From bfbced1434833586988c36fe2670527bb5b2274d Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期二, 27 八月 2024 11:59:52 +0800
Subject: [PATCH] 修复选择同行人

---
 pages.json |  132 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 127 insertions(+), 5 deletions(-)

diff --git a/pages.json b/pages.json
index c3df2bb..b818743 100644
--- a/pages.json
+++ b/pages.json
@@ -7,7 +7,9 @@
 			"style": {
 				"enablePullDownRefresh": false,
 				"backgroundTextStyle": "dark",
-				"navigationBarTitleText": "鎵爜鍏ヤ紒"
+				"navigationBarTitleText": "鎵爜鍏ヤ紒",
+				"navigationStyle": "custom"
+				
 			}
 		},
 		{
@@ -62,7 +64,15 @@
 			"path" : "pages/message/details",
 			"style" : 
 			{
-				"navigationBarTitleText" : "淇℃伅鍏ず璇︽儏"
+				"navigationBarTitleText" : "淇℃伅鍏ず璇︽儏",
+				"navigationStyle": "custom"
+			}
+		},
+		{
+			"path" : "pages/visitiorRegis/visitiorRegis",
+			"style" : 
+			{
+				"navigationBarTitleText" : "鏉ヨ浜哄憳鐧昏"
 			}
 		}
 	],
@@ -97,7 +107,7 @@
 					"style" : 
 					{
 						"navigationBarTitleText" : "鏁版嵁鐪嬫澘",
-						"navigationStyle": "custom"
+						"backgroundColor": "#1171E0"
 					}
 				},
 				{
@@ -125,7 +135,7 @@
 					"path" : "applyRecord/applyRecord",
 					"style" : 
 					{
-						"navigationBarTitleText" : "鐢宠璁板綍"
+						"navigationBarTitleText" : "璁板綍鏌ヨ"
 					}
 				},
 				{
@@ -147,7 +157,7 @@
 					"path" : "translateRecord/translateRecord",
 					"style" : 
 					{
-						"navigationBarTitleText" : ""
+						"navigationBarTitleText" : "瀹℃壒璁板綍"
 					}
 				},
 				{
@@ -157,8 +167,120 @@
 						"navigationBarTitleText" : "",
 						"navigationStyle": "custom"
 					}
+				},
+				{
+					"path" : "judgeApply/judgeApply",
+					"style" : 
+					{
+						"navigationBarTitleText" : "瀹℃壒璇︽儏",
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path" : "applyLook/applyLook",
+					"style" : 
+					{
+						"navigationBarTitleText" : ""
+					}
 				}
 			]
+		},
+		{
+			"root": "qiye",
+			"pages": [{
+				"path" : "qiyeIndex/qiyeIndex",
+				"style" : 
+				{
+					"navigationBarTitleText" : "",
+					"navigationStyle": "custom"
+				}
+			},
+			{
+				"path" : "my/my",
+				"style" : 
+				{
+					"navigationBarTitleText" : "",
+					"navigationStyle": "custom"
+					
+				}
+			},
+			{
+				"path" : "record/record",
+				"style" : 
+				{
+					"navigationBarTitleText" : "鎵ф硶璁板綍",
+					"navigationStyle": "custom"
+				}
+			},
+			{
+				"path" : "record/details",
+				"style" : 
+				{
+					"navigationBarTitleText" : "鎵ф硶淇℃伅",
+					"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" : "寤鸿璁板綍"
+				}
+			}
+				
+			]
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.1