From cf1d82548a1bd8155ffe9b486df8167aa9e63a7d Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:06 +0800
Subject: [PATCH] 功能开发
---
bicycle/pages.json | 112 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 109 insertions(+), 3 deletions(-)
diff --git a/bicycle/pages.json b/bicycle/pages.json
index 9cef126..1bb982b 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,12 +73,117 @@
}
}
+ ,{
+ "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"
+ }
+ },
+ {
+ "path" : "pages/operationLogin/operationLogin",
+ "style" :
+ {
+ "navigationBarTitleText" : "杩愯惀涓績"
+ }
+ },
+ {
+ "path" : "pages/operationsCenter/operationsCenter",
+ "style" :
+ {
+ "navigationBarTitleText" : "杩愯惀涓績"
+ }
+ },
+ {
+ "path" : "pages/operationList/operationList",
+ "style" :
+ {
+ "navigationBarTitleText" : "杩愯惀涓績"
+ }
+ },
+ {
+ "path": "pages/couponRedemption/couponRedemption",
+ "style": {
+ "navigationBarTitleText": "鍒哥爜鍏戞崲"
+ }
+ },
+ {
+ "path": "pages/success/success",
+ "style": {
+ "navigationBarTitleText": "楠屽埜鎴愬姛"
+ }
+ },
+ {
+ "path": "pages/personalCenter/personalCenter",
+ "style": {
+ "navigationBarTitleText": "涓汉涓績"
+ }
+ },
+ {
+ "path": "pages/operation/operation",
+ "style": {
+ "navigationBarTitleText": "杩愯惀涓績"
+ }
+ },
+ {
+ "path": "pages/order/order",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟绠$悊"
+ }
+ },
+ {
+ "path": "pages/trajectory/trajectory",
+ "style": {
+ "navigationBarTitleText": "杞﹁締杞ㄨ抗"
+ }
+ },
+ {
+ "path": "pages/businessOverview/businessOverview",
+ "style": {
+ "navigationBarTitleText": "缁忚惀姒傚喌"
+ }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F7F7F7"
+ "navigationBarBackgroundColor": "#ffffff",
+ "backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}
--
Gitblit v1.9.3