From dd8998a8f7bbf8823dba5fc219a961883e34ef7d Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 18 三月 2025 17:32:26 +0800
Subject: [PATCH] jtt808初始化
---
bicycle/pages.json | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/bicycle/pages.json b/bicycle/pages.json
index 0013bd6..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
}
}
,{
@@ -89,6 +90,30 @@
"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": {
--
Gitblit v1.9.3