Commit bafbf67d authored by 刘攀's avatar 刘攀

修复直接第三方支付无法再次拉起的bug

parent 32d70667
......@@ -375,6 +375,7 @@
// 取消支付回调
payCancel() {
this.isPay = false
this.togglePayVisible(false)
},
// 支付组件-操作成功回调
paySuccess() {
......
......@@ -903,6 +903,7 @@
// 取消支付回调
payCancel() {
this._isPay = false
this.togglePayVisible(false)
},
// 创建订单成功回调
onCreateOrderSuccess(e){
......
......@@ -553,6 +553,7 @@
},
payCancel() {
this.isPay = false
this.togglePayVisible(false)
},
phoneCall() {
let orderDetail = this.orderDetail
......
......@@ -289,6 +289,7 @@
},
payCancel() {
this.isPay = false
this.togglePayVisible(false)
},
// 加餐
addMeal(e) {
......
......@@ -627,6 +627,7 @@
onPayCancel(e) {
this._isLockPay = false
this.isShowPayLoading = false
this.togglePayVisible(false)
},
// 支付组件-支付状态
onPayState(e) {
......
......@@ -627,6 +627,7 @@
onPayCancel(e) {
this._isLockPay = false
this.isShowPayLoading = false
this.togglePayVisible(false)
},
// 支付组件-支付状态
onPayState(e) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment