fix(pages): 清空导航栏标题文本

- 将 pages/uploadClothes/index 页面的 navigationBarTitleText 从 "1234" 修改为空字符串
- 确保页面标题显示符合预期设计
- 避免无效或占位符标题影响用户体验
This commit is contained in:
liguigong
2025-10-13 15:36:46 +08:00
parent 44b1ee7b98
commit a5c0109f85
+1 -1
View File
@@ -100,7 +100,7 @@
{ {
"path": "pages/uploadClothes/index", "path": "pages/uploadClothes/index",
"style": { "style": {
"navigationBarTitleText": "1234", "navigationBarTitleText": "",
"navigationStyle": "custom", "navigationStyle": "custom",
"titleNView": false, "titleNView": false,
"app-plus": { "app-plus": {