This commit is contained in:
weipengfei 2023-09-08 09:16:41 +08:00
parent 155ed083bc
commit 59f90a1528
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -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',