From dbccfc04eb5a927d690bb75277f614e63d4544c9 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Wed, 21 Jan 2026 15:54:13 +0800
Subject: [PATCH] 适配64位
---
pages.json | 30 +++++++++++++++---------------
1 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/pages.json b/pages.json
index a011a0f..6454a2a 100644
--- a/pages.json
+++ b/pages.json
@@ -14,11 +14,11 @@
},
{
"path" : "pages/tabBar/notice/notice",
- "style" :
- {
+ "style" :
+ {
"navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": true,
"app-plus": {
"scrollIndicator": "none",
"pullToRefresh": {
@@ -27,7 +27,7 @@
"style": "circle"
}
}
- }
+ }
},
{
"path" : "pages/tabBar/notice/detail",
@@ -149,11 +149,11 @@
},
{
"path" : "pages/tabBar/examine/examine",
- "style" :
- {
+ "style" :
+ {
"navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": true,
"app-plus": {
"scrollIndicator": "none",
"pullToRefresh": {
@@ -162,7 +162,7 @@
"style": "circle"
}
}
- }
+ }
},
{
"path" : "pages/tabBar/count/count",
@@ -183,11 +183,11 @@
},
{
"path" : "pages/tabBar/current/current",
- "style" :
- {
+ "style" :
+ {
"navigationStyle": "custom",
- "navigationBarTitleText": "",
- "enablePullDownRefresh": true,
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": true,
"app-plus": {
"scrollIndicator": "none",
"pullToRefresh": {
@@ -196,7 +196,7 @@
"style": "circle"
}
}
- }
+ }
},
{
"path" : "pages/tabBar/weather/weather",
--
Gitblit v1.9.2