|
@@ -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;
|