natasha 1 년 전
부모
커밋
10b7a9a0a8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;