guanchunjie %!s(int64=3) %!d(string=hai) anos
pai
achega
49642c378c
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;