From a96b9978f5a4f183a2ed1c2b36562d51168fae6f Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 20 三月 2025 14:32:20 +0800
Subject: [PATCH] 优化
---
bicycle/pages.json | 45 ++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 44 insertions(+), 1 deletions(-)
diff --git a/bicycle/pages.json b/bicycle/pages.json
index 9cef126..7fb1082 100644
--- a/bicycle/pages.json
+++ b/bicycle/pages.json
@@ -6,7 +6,8 @@
{
"path": "pages/index/index",
"style": {
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ "enablePullDownRefresh": true
}
}
,{
@@ -72,6 +73,48 @@
}
}
+ ,{
+ "path" : "pages/login/login",
+ "style" :
+ {
+ "navigationBarTitleText": "閲嶆柊鐧诲綍",
+ "enablePullDownRefresh": false
+ }
+
+ }
+ ,{
+ "path" : "pages/leaseNotice/leaseNotice",
+ "style" :
+ {
+ "navigationBarTitleText": "绉熻祦椤荤煡",
+ "enablePullDownRefresh": false
+ }
+
+ },
+ {
+ "path" : "pages/setMenu/setMenu",
+ "style" :
+ {
+ "navigationBarTitleText" : "鐑攢濂楅",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/packageDetails/packageDetails",
+ "style" :
+ {
+ "navigationBarTitleText" : "濂楅璇︽儏",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path" : "pages/paymentPage/paymentPage",
+ "style" :
+ {
+ "navigationBarTitleText" : "鏀粯璁㈠崟",
+ "navigationBarBackgroundColor": "#ffffff"
+ }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.3