From a8dd5046422b9450548ea2eb5cce95e95e4c6820 Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期一, 18 十二月 2023 14:48:18 +0800 Subject: [PATCH] 强制更新功能 --- 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