更新
This commit is contained in:
parent
155ed083bc
commit
59f90a1528
@ -18,7 +18,8 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"app-plus": {
|
||||
"titleNView": false
|
||||
"titleNView": false,
|
||||
"bounce": "none"
|
||||
},
|
||||
"navigationBarBackgroundColor": "#0122C7",
|
||||
"navigationBarTextStyle": "white"
|
||||
|
@ -67,7 +67,7 @@ function baseRequestTwo(url, method, data, {
|
||||
reject(res.data);
|
||||
} else if (res.data.code == 0) {
|
||||
// uni.hideLoading();
|
||||
if(res.data.show!=1&&res.data.msg!='无登录信息'){
|
||||
if(res.data.msg!='无登录信息'){
|
||||
uni.showToast({
|
||||
title: res.data.msg || '请检查网络',
|
||||
icon: 'none',
|
||||
|
Loading…
x
Reference in New Issue
Block a user