From e86013cd8d4b88ca916067b01eeb452401b38c7b Mon Sep 17 00:00:00 2001
From: 朱桂飞 <18597012158>
Date: 星期二, 11 四月 2023 14:46:00 +0800
Subject: [PATCH] 修改首页草药名称过长UI错乱问题

---
 pages.json |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index 43d6278..bdebaf3 100644
--- a/pages.json
+++ b/pages.json
@@ -90,11 +90,19 @@
                 "enablePullDownRefresh": false
             }
             
+        },{
+            "path" : "pages/tabBar/demo",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "娴嬭瘯",
+                "enablePullDownRefresh": false
+            }
+            
         }
     ],
 	"globalStyle": {
-		"navigationBarTextStyle": "black",
-		"navigationBarTitleText": "uni-app",
+		"navigationBarTextStyle": "white",
+		"navigationBarTitleText": "鍏板疂鏅鸿兘",
 		"navigationBarBackgroundColor": "#F8F8F8",
 		"backgroundColor": "#F8F8F8"
 	},

--
Gitblit v1.9.3