From cc610ef597a4b600b4c48c80026f3a99be171f3b Mon Sep 17 00:00:00 2001 From: yuanhao <yuanhao_2024> Date: 星期一, 19 五月 2025 18:03:48 +0800 Subject: [PATCH] fix: scss跟背景图 --- pages.json | 96 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 92 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index d9ca312..373f299 100644 --- a/pages.json +++ b/pages.json @@ -67,6 +67,20 @@ "navigationBarTitleText" : "淇℃伅鍏ず璇︽儏", "navigationStyle": "custom" } + }, + { + "path" : "pages/visitiorRegis/visitiorRegis", + "style" : + { + "navigationBarTitleText" : "鏉ヨ浜哄憳鐧昏" + } + }, + { + "path" : "pages/index/home", + "style" : + { + "navigationBarTitleText" : "" + } } ], "subPackages": [ @@ -100,7 +114,7 @@ "style" : { "navigationBarTitleText" : "鏁版嵁鐪嬫澘", - "navigationStyle": "custom" + "backgroundColor": "#1171E0" } }, { @@ -128,7 +142,7 @@ "path" : "applyRecord/applyRecord", "style" : { - "navigationBarTitleText" : "鐢宠璁板綍" + "navigationBarTitleText" : "璁板綍鏌ヨ" } }, { @@ -150,7 +164,7 @@ "path" : "translateRecord/translateRecord", "style" : { - "navigationBarTitleText" : "" + "navigationBarTitleText" : "瀹℃壒璁板綍" } }, { @@ -159,6 +173,21 @@ { "navigationBarTitleText" : "", "navigationStyle": "custom" + } + }, + { + "path" : "judgeApply/judgeApply", + "style" : + { + "navigationBarTitleText" : "瀹℃壒璇︽儏", + "navigationStyle": "custom" + } + }, + { + "path" : "applyLook/applyLook", + "style" : + { + "navigationBarTitleText" : "" } } ] @@ -186,7 +215,8 @@ "path" : "record/record", "style" : { - "navigationBarTitleText" : "鎵ф硶璁板綍" + "navigationBarTitleText" : "鎵ф硶璁板綍", + "navigationStyle": "custom" } }, { @@ -197,6 +227,64 @@ "navigationStyle": "custom" } + }, + { + "path" : "record/evaluate", + "style" : + { + "navigationBarTitleText" : "璇勪环" + } + }, + { + "path" : "complaint/complaint", + "style" : + { + "navigationBarTitleText" : "鎶曡瘔璁板綍" + } + }, + { + "path" : "complaint/details", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } + }, + { + "path" : "complaint/details1", + "style" : + { + "navigationBarTitleText" : "", + "navigationStyle": "custom" + } + }, + { + "path" : "switchPhone/switchPhone", + "style" : + { + "navigationBarTitleText" : "鍒囨崲浼佷笟" + } + }, + { + "path" : "proposal/proposal", + "style" : + { + "navigationBarTitleText" : "鎶曡瘔" + } + }, + { + "path" : "proposal1/proposal1", + "style" : + { + "navigationBarTitleText" : "寤鸿" + } + }, + { + "path" : "proprsalRecord/proprsalRecord", + "style" : + { + "navigationBarTitleText" : "寤鸿璁板綍" + } } ] -- Gitblit v1.9.1