fix(pages): 清空导航栏标题文本
- 将 pages/uploadClothes/index 页面的 navigationBarTitleText 从 "1234" 修改为空字符串 - 确保页面标题显示符合预期设计 - 避免无效或占位符标题影响用户体验
This commit is contained in:
+1
-1
@@ -100,7 +100,7 @@
|
||||
{
|
||||
"path": "pages/uploadClothes/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "1234",
|
||||
"navigationBarTitleText": "",
|
||||
"navigationStyle": "custom",
|
||||
"titleNView": false,
|
||||
"app-plus": {
|
||||
|
||||
Reference in New Issue
Block a user