diff --git a/pages.json b/pages.json index 6959412..f0f0302 100644 --- a/pages.json +++ b/pages.json @@ -18,7 +18,8 @@ "style": { "navigationBarTitleText": "登录", "app-plus": { - "titleNView": false + "titleNView": false, + "bounce": "none" }, "navigationBarBackgroundColor": "#0122C7", "navigationBarTextStyle": "white" diff --git a/utils/oahttp.js b/utils/oahttp.js index e83a1dc..ba485d6 100644 --- a/utils/oahttp.js +++ b/utils/oahttp.js @@ -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',