@@ -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); | ||||
@@ -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) | |||||
// | |||||
} | } | ||||
}) | }) | ||||
}, | }, | ||||
@@ -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) | |||||
} | } | ||||
}) | }) | ||||
}, | }, | ||||
@@ -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); | ||||
@@ -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) | |||||
} | } | ||||
}) | }) | ||||
}, | }, | ||||