From 13cee53e7b48f4edb3dfdd0d19f0927a34b07082 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Wed, 08 Nov 2023 18:25:24 +0800
Subject: [PATCH] merge
---
pages.json | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index 1a8acce..8bc86f9 100644
--- a/pages.json
+++ b/pages.json
@@ -172,6 +172,7 @@
{
"path": "views/rental",
"style": {
+ "onReachBottomDistance": 10,
"navigationBarTitleText": "出租房管理",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#fff",
@@ -186,6 +187,25 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "views/cshw",
+ "style": {
+ "onReachBottomDistance": 10,
+ "navigationBarTitleText": "网格任务审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
+ },
+ {
+ "path": "views/examine",
+ "style": {
+ "navigationBarTitleText": "审核",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
},
--
Gitblit v1.9.3