wx 篮球提示十分钟内可以友好界面
This commit is contained in:
@@ -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('支付成功了')
|
||||||
|
|||||||
Reference in New Issue
Block a user