natasha há 1 ano atrás
pai
commit
10b7a9a0a8
1 ficheiros alterados com 4 adições e 0 exclusões
  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;