From c234dffcd3adaf7b8d87a5a8301871493c0cadbd Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期四, 21 九月 2023 14:20:35 +0800 Subject: [PATCH] 修改皮重异常弹窗不正确弹出 --- pages.json | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index e7bbd4e..b69e563 100644 --- a/pages.json +++ b/pages.json @@ -232,6 +232,20 @@ "navigationStyle": "custom" } + }, { + "path": "pages/login/PrivacyAgreementText/PrivacyAgreementText", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + + }, { + "path": "pages/loadUnload-page/selectTarget/selectTarget", + "style": { + "navigationBarTitleText": "", + "enablePullDownRefresh": false + } + } ], "subPackages": [{ @@ -383,7 +397,7 @@ }, "globalStyle": { "navigationBarTextStyle": "black", - "navigationBarTitleText": "uni-app", + "navigationBarTitleText": "", "navigationBarBackgroundColor": "#f5f5f5", "backgroundColor": "#f5f5f5" }, -- Gitblit v1.9.1