修改支付跳转判断
This commit is contained in:
parent
2c14e6c588
commit
6fe850ed20
|
|
@ -42,7 +42,7 @@
|
||||||
console.log(this.ordersId);
|
console.log(this.ordersId);
|
||||||
httpsRequest.getT("/app/wuyou/queryOrder/"+this.ordersId, {}).then(res => {
|
httpsRequest.getT("/app/wuyou/queryOrder/"+this.ordersId, {}).then(res => {
|
||||||
console.log(res);
|
console.log(res);
|
||||||
if(res.data.payStatus ==1){
|
if(res.data ==1){
|
||||||
uni.hideLoading()
|
uni.hideLoading()
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:'支付成功',
|
title:'支付成功',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue