natasha hai 1 ano
pai
achega
10b7a9a0a8
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/views/bookStore/Subscribe.vue

+ 4 - 0
src/views/bookStore/Subscribe.vue

@@ -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;