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