From cc6ab7021c3aef6ca3bbf05f8bcb5bfe0e6f6096 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 18 三月 2025 16:52:18 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
bicycle/pages.json | 36 +++++++++++++++++++++++++++++++++++-
1 files changed, 35 insertions(+), 1 deletions(-)
diff --git a/bicycle/pages.json b/bicycle/pages.json
index 7e3da6d..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
}
}
,{
@@ -81,6 +82,39 @@
}
}
+ ,{
+ "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