mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
游湖阿代码
This commit is contained in:
parent
d65d6d9b42
commit
0165443216
@ -545,7 +545,15 @@
|
|||||||
wx.hideLoading();
|
wx.hideLoading();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (res.statusCode == 200 && res.data.code == '60') {
|
||||||
|
let data = res.data; //成功情况下跳转
|
||||||
|
uni.showToast({
|
||||||
|
title: "支付成功",
|
||||||
|
duration: 2000
|
||||||
|
});
|
||||||
|
uni.navigateBack({});
|
||||||
|
return;
|
||||||
|
}
|
||||||
wx.hideLoading();
|
wx.hideLoading();
|
||||||
wx.showToast({
|
wx.showToast({
|
||||||
title: "缴费失败",
|
title: "缴费失败",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user