wx 篮球提示十分钟内可以友好界面

This commit is contained in:
2023-12-31 18:41:40 +08:00
parent d37cc9a5b2
commit ccd97a0446

View File

@@ -45,7 +45,6 @@ Page({
if (options.scene) {
id = options.scene;
}
this.initPage()
},
@@ -64,8 +63,8 @@ Page({
*/
onShow: function() {
this.setData({
showUnclickMask: false,
flg: 100
showUnclickMask: false
// flg: 100
})
this.initPage()
@@ -370,7 +369,9 @@ Page({
payMoney: this.data.payMoney
}).then(res => {
this.setData({
orderSn: res.pay.orderSn
orderSn: res.pay.orderSn,
flg: 777,
msg: '正在支付...'
})
app.$pay.wxPay(res.pay).then(res => {
console.log('支付成功了')