From 55ba702c1df240929e68df3b42fa9cb0607378b8 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 08 九月 2025 10:58:48 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1

---
 bicycle/pages.json |   57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 56 insertions(+), 1 deletions(-)

diff --git a/bicycle/pages.json b/bicycle/pages.json
index 7e3da6d..e5d1ad3 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,60 @@
             }
             
         }
+        ,{
+            "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"
+        	}
+        },
+        {
+        	"path" : "pages/operationLogin/operationLogin",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "杩愯惀涓績"
+        	}
+        },
+        {
+        	"path" : "pages/operationsCenter/operationsCenter",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "杩愯惀涓績"
+        	}
+        },
+        {
+        	"path" : "pages/operationList/operationList",
+        	"style" : 
+        	{
+        		"navigationBarTitleText" : "杩愯惀涓績"
+        	}
+        }
     ],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.3