From a5c0109f85e872e64e80f0bbfd691bd9bf37171a Mon Sep 17 00:00:00 2001 From: liguigong Date: Mon, 13 Oct 2025 15:36:46 +0800 Subject: [PATCH] =?UTF-8?q?fix(pages):=20=E6=B8=85=E7=A9=BA=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E6=A0=87=E9=A2=98=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 pages/uploadClothes/index 页面的 navigationBarTitleText 从 "1234" 修改为空字符串 - 确保页面标题显示符合预期设计 - 避免无效或占位符标题影响用户体验 --- pages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 92f4477..bd9960e 100644 --- a/pages.json +++ b/pages.json @@ -100,7 +100,7 @@ { "path": "pages/uploadClothes/index", "style": { - "navigationBarTitleText": "1234", + "navigationBarTitleText": "", "navigationStyle": "custom", "titleNView": false, "app-plus": {