From abe3c7e7695f61f362685abf639f0c441c62741b Mon Sep 17 00:00:00 2001 From: 346149741 <346149741@qq.com> Date: 星期五, 21 六月 2024 18:03:16 +0800 Subject: [PATCH] 执法信息 --- pages.json | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 54 insertions(+), 5 deletions(-) diff --git a/pages.json b/pages.json index 9c99d25..d9ca312 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" } } ], @@ -149,8 +152,54 @@ { "navigationBarTitleText" : "" } + }, + { + "path" : "scodePage/scodePage", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } } ] + }, + { + "root": "qiye", + "pages": [{ + "path" : "qiyeIndex/qiyeIndex", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } + }, + { + "path" : "my/my", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + + } + }, + { + "path" : "record/record", + "style" : + { + "navigationBarTitleText" : "鎵ф硶璁板綍" + } + }, + { + "path" : "record/details", + "style" : + { + "navigationBarTitleText" : "鎵ф硶淇℃伅", + "navigationStyle": "custom" + + } + } + + ] } ], "globalStyle": { -- Gitblit v1.9.1