|
@@ -489,7 +489,7 @@
|
|
|
// 调用查询支付状态的方法
|
|
|
// 如果支付状态为成功,则清除定时器并处理成功的逻辑
|
|
|
// 如果支付状态为失败,则清除定时器并处理失败的逻辑
|
|
|
- this.$u.api.payQuery({orderId:this.orderId}).then(res=>{
|
|
|
+ this.$u.api.payQueryV2({orderId:this.orderId}).then(res=>{
|
|
|
// 0-未支付 1-已支付 2-支付中 3-支付失败 4-支付退款
|
|
|
let payStatus = res.data.payStatus;
|
|
|
if(payStatus===1){
|