From 45237a5746e794060e48bd172161c08660621d5c Mon Sep 17 00:00:00 2001 From: zhouwenxuan <1175765986@qq.com> Date: 星期二, 08 八月 2023 17:21: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