Browse Source

change

product
HolyKnightIX 1 year ago
parent
commit
73d704736f
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      pages/coupon/detail/index.js
  2. +1
    -1
      pages/couponorder/detail/index.js
  3. +1
    -1
      pages/order/detail/index.js
  4. +1
    -1
      pages/orderquanma/index.js
  5. +1
    -1
      pages/paySnapshoot/paySnapshoot.js

+ 1
- 1
pages/coupon/detail/index.js View File

@@ -621,7 +621,7 @@ Page({
curHtml, curHtml,
}) })


console.log(curHtml, 'curHtml')


var temp = ttParse.wxParse('article', 'html', curHtml, that, 5); var temp = ttParse.wxParse('article', 'html', curHtml, that, 5);




+ 1
- 1
pages/couponorder/detail/index.js View File

@@ -106,7 +106,7 @@ Page({
curHtml: decodeURI(res.data.html) curHtml: decodeURI(res.data.html)
}) })
// app.globalData.curHtml = this.data.curHtml; // app.globalData.curHtml = this.data.curHtml;
// console.log(app.globalData.curHtml)
//
} }
}) })
}, },


+ 1
- 1
pages/order/detail/index.js View File

@@ -834,7 +834,7 @@ Page({
var temp = ttParse.wxParse('article', 'html', curHtml, that, 5); var temp = ttParse.wxParse('article', 'html', curHtml, that, 5);


app.globalData.curHtml = this.data.curHtml; app.globalData.curHtml = this.data.curHtml;
console.log(app.globalData.curHtml)
} }
}) })
}, },


+ 1
- 1
pages/orderquanma/index.js View File

@@ -121,7 +121,7 @@ Page({


onLoad: function (options) { //quancode onLoad: function (options) { //quancode
console.log(options) console.log(options)
console.log(app.globalData.curHtml)
let that = this; let that = this;
// let value = JSON.stringify({ END: "C", TYPE: "couponorder", ID: options.quancode}) // let value = JSON.stringify({ END: "C", TYPE: "couponorder", ID: options.quancode})
// that.createQrCode(value, "qrcode", 350, 350); // that.createQrCode(value, "qrcode", 350, 350);


+ 1
- 1
pages/paySnapshoot/paySnapshoot.js View File

@@ -487,7 +487,7 @@ Page({
curHtml: decodeURI(res.data.html) curHtml: decodeURI(res.data.html)
}) })
app.globalData.curHtml = this.data.curHtml; app.globalData.curHtml = this.data.curHtml;
console.log(app.globalData.curHtml)
} }
}) })
}, },


Loading…
Cancel
Save