HolyKnightIX 1 год назад
Родитель
Сommit
73d704736f
5 измененных файлов: 5 добавлений и 5 удалений
  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 Просмотреть файл

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

console.log(curHtml, 'curHtml')

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



+ 1
- 1
pages/couponorder/detail/index.js Просмотреть файл

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


+ 1
- 1
pages/order/detail/index.js Просмотреть файл

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

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


+ 1
- 1
pages/orderquanma/index.js Просмотреть файл

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

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


+ 1
- 1
pages/paySnapshoot/paySnapshoot.js Просмотреть файл

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


Загрузка…
Отмена
Сохранить