guanchunjie 3 years ago
parent
commit
49642c378c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/common/Payment.vue

+ 2 - 1
src/components/common/Payment.vue

@@ -98,9 +98,10 @@ export default {
         bank_transaction_sn: "", //银行交易流水号,由易支付成功返回
       })
         .then((res) => {
-          this.loading = false;
+          //this.loading = false;
           this.judgePayResult(true);
           // 调取支付接口
+          window.location.href = res.pay_page_url;
         })
         .catch((error) => {
           this.loading = false;