DESKTOP-SVI9JE1\muzen 1 rok temu
rodzic
commit
303a848cd5
1 zmienionych plików z 4 dodań i 2 usunięć
  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": "我的反馈"
 			}
 		},
 		{