natasha 1 éve
szülő
commit
10b7a9a0a8
1 módosított fájl, 4 hozzáadás és 0 törlés
  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;