From f678b314121fe63ecdf78fe6f5b873b718a64222 Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期五, 21 六月 2024 11:01:56 +0800 Subject: [PATCH] 信息公示页面 --- pages.json | 35 ++++++++++++++++++++++++++++++----- 1 files changed, 30 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 00cb7b5..15cbad7 100644 --- a/pages.json +++ b/pages.json @@ -7,7 +7,9 @@ "style": { "enablePullDownRefresh": false, "backgroundTextStyle": "dark", - "navigationBarTitleText": "鎵爜鍏ヤ紒" + "navigationBarTitleText": "鎵爜鍏ヤ紒", + "navigationStyle": "custom" + } }, { @@ -41,28 +43,29 @@ "path" : "pages/hqzc/list", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "鎯犱紒鏀跨瓥" } }, { "path" : "pages/hqzc/details", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "鎯犱紒鏀跨瓥" } }, { "path" : "pages/message/list", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "淇℃伅鍏ず" } }, { "path" : "pages/message/details", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "淇℃伅鍏ず璇︽儏", + "navigationStyle": "custom" } } ], @@ -135,6 +138,28 @@ "navigationBarTitleText" : "鐢宠璇︽儏", "navigationStyle": "custom" } + }, + { + "path" : "translate/translate", + "style" : + { + "navigationBarTitleText" : "鎵ф硶瀹℃壒" + } + }, + { + "path" : "translateRecord/translateRecord", + "style" : + { + "navigationBarTitleText" : "" + } + }, + { + "path" : "scodePage/scodePage", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } } ] } -- Gitblit v1.9.1