From 3831b2bd6ea9bf1c7eab86fe6465e4b910e02af6 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Mon, 24 Jun 2024 19:09:31 +0800
Subject: [PATCH] 驾驶舱筛选优化
---
pages.json | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/pages.json b/pages.json
index a1a38f6..f1f7a38 100644
--- a/pages.json
+++ b/pages.json
@@ -17,7 +17,8 @@
"path": "pages/statistics/index",
"style": {
"navigationBarTitleText": "驾驶舱",
- "enablePullDownRefresh": true
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
}
},
@@ -75,6 +76,13 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "pages/home/selectSiteTwo",
+ "style": {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
}
],
"subPackages": [
--
Gitblit v1.9.3