修改支付跳转判断

This commit is contained in:
2024-12-12 13:54:36 +08:00
parent 2c14e6c588
commit 6fe850ed20

View File

@@ -42,7 +42,7 @@
console.log(this.ordersId);
httpsRequest.getT("/app/wuyou/queryOrder/"+this.ordersId, {}).then(res => {
console.log(res);
if(res.data.payStatus ==1){
if(res.data ==1){
uni.hideLoading()
uni.showToast({
title:'支付成功',