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 |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/pages.json b/pages.json
index 6b50db8..b69e563 100644
--- a/pages.json
+++ b/pages.json
@@ -239,6 +239,13 @@
 				"enablePullDownRefresh": false
 			}
 
+		}, {
+			"path": "pages/loadUnload-page/selectTarget/selectTarget",
+			"style": {
+				"navigationBarTitleText": "",
+				"enablePullDownRefresh": false
+			}
+
 		}
 	],
 	"subPackages": [{
@@ -390,7 +397,7 @@
 	},
 	"globalStyle": {
 		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTitleText": "",
 		"navigationBarBackgroundColor": "#f5f5f5",
 		"backgroundColor": "#f5f5f5"
 	},

--
Gitblit v1.9.1