mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-23 21:36:38 +08:00
优化界面
This commit is contained in:
parent
4e5e5bf8a0
commit
4ac786b7ac
@ -417,6 +417,15 @@
|
||||
// #endif
|
||||
wx.hideLoading();
|
||||
return;
|
||||
}else if(res.statusCode == 200 && res.data.code == '100'){
|
||||
wx.hideLoading();
|
||||
uni.showToast({
|
||||
title: res.data.msg,
|
||||
icon: 'none',
|
||||
duration: 2000
|
||||
})
|
||||
uni.navigateBack({});
|
||||
return;
|
||||
}
|
||||
if (res.statusCode == 200 && res.data.code == '100') {
|
||||
let data = res.data; //成功情况下跳转
|
||||
|
||||
Loading…
Reference in New Issue
Block a user