修改支付跳转判断

This commit is contained in:
YeMingfei666 2024-12-12 13:54:36 +08:00
parent 2c14e6c588
commit 6fe850ed20
1 changed files with 1 additions and 1 deletions

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:'支付成功',