From 07702ce20f46449e7560c43b2f7b7b65e5e742ea Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期六, 22 六月 2024 11:51:37 +0800
Subject: [PATCH] 执法记录列表

---
 pages.json |   67 ++++++++++++++++++++++++++++++++-
 1 files changed, 65 insertions(+), 2 deletions(-)

diff --git a/pages.json b/pages.json
index c3df2bb..e9f9140 100644
--- a/pages.json
+++ b/pages.json
@@ -7,7 +7,9 @@
 			"style": {
 				"enablePullDownRefresh": false,
 				"backgroundTextStyle": "dark",
-				"navigationBarTitleText": "鎵爜鍏ヤ紒"
+				"navigationBarTitleText": "鎵爜鍏ヤ紒",
+				"navigationStyle": "custom"
+				
 			}
 		},
 		{
@@ -62,7 +64,8 @@
 			"path" : "pages/message/details",
 			"style" : 
 			{
-				"navigationBarTitleText" : "淇℃伅鍏ず璇︽儏"
+				"navigationBarTitleText" : "淇℃伅鍏ず璇︽儏",
+				"navigationStyle": "custom"
 			}
 		}
 	],
@@ -159,6 +162,66 @@
 					}
 				}
 			]
+		},
+		{
+			"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"
+					
+				}
+			},
+			{
+				"path" : "record/evaluate",
+				"style" : 
+				{
+					"navigationBarTitleText" : "璇勪环"
+				}
+			},
+			{
+				"path" : "complaint/complaint",
+				"style" : 
+				{
+					"navigationBarTitleText" : "鎶曡瘔璁板綍"
+				}
+			},
+			{
+				"path" : "complaint/details",
+				"style" : 
+				{
+					"navigationBarTitleText" : "",
+					"navigationStyle": "custom"
+				}
+			}
+				
+			]
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.1