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