From 59f90a1528d5017dbbf364631308670de41696e6 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Fri, 8 Sep 2023 09:16:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- utils/oahttp.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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',