From 206b4f7128d9f664e9084e6394810eef79329604 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 16 七月 2024 14:56:26 +0800 Subject: [PATCH] init --- 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