|
@@ -353,6 +353,7 @@
|
|
|
:data="info"
|
|
|
:payWay="payWay"
|
|
|
@handleClose="handleClose"
|
|
|
+ @handleSuccess="handleSuccess"
|
|
|
:orderId="orderId"
|
|
|
:qr_code_url="qr_code_url"
|
|
|
:order_amount="order_amount"
|
|
@@ -649,6 +650,9 @@ export default {
|
|
|
handleClose() {
|
|
|
this.paymentShow = false;
|
|
|
},
|
|
|
+ handleSuccess() {
|
|
|
+ this.paymentShow = false;
|
|
|
+ },
|
|
|
// 详情
|
|
|
getInfo(flag) {
|
|
|
this.loading = true;
|