瀏覽代碼

路由文件

DESKTOP-SVI9JE1\muzen 1 年之前
父節點
當前提交
303a848cd5
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      src/pages.json

+ 4 - 2
src/pages.json

@@ -30,13 +30,15 @@
 			"path": "pages/help/index",
 			"style": {
 				"navigationStyle": "custom",
-				"onReachBottomDistance": 50
+				"onReachBottomDistance": 50,
+				"navigationBarTitleText": "帮助与反馈"
 			}
 		},
 		{ // 我的反馈
 			"path": "pages/help/detail",
 			"style": {
-				"navigationStyle": "custom"
+				"navigationStyle": "custom",
+				"navigationBarTitleText": "我的反馈"
 			}
 		},
 		{