修改支付跳转判断
This commit is contained in:
parent
2c14e6c588
commit
6fe850ed20
|
|
@ -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:'支付成功',
|
||||
|
|
|
|||
Loading…
Reference in New Issue