From f5da3e442eb0b9208e7b37d25959a3d5362f3b54 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Fri, 10 Nov 2023 17:20:54 +0800
Subject: [PATCH] 标签事件详情页面数据交互,网格员审核列表与审核功能数据交互

---
 pages.json |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/pages.json b/pages.json
index 958224e..75ddcab 100644
--- a/pages.json
+++ b/pages.json
@@ -260,6 +260,33 @@
 						"navigationBarBackgroundColor": "#fff",
 						"navigationBarTextStyle": "black"
 					}
+				},
+				{
+					"path": "views/hotelReportDetail",
+					"style": {
+						"navigationBarTitleText": "审核",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
+				},
+				{
+					"path": "views/bailReportDetail",
+					"style": {
+						"navigationBarTitleText": "审核",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
+				},
+				{
+					"path": "views/labelReportDetail",
+					"style": {
+						"navigationBarTitleText": "审核",
+						"enablePullDownRefresh": false,
+						"navigationBarBackgroundColor": "#fff",
+						"navigationBarTextStyle": "black"
+					}
 				}
 			]
 		},

--
Gitblit v1.9.3