From 33413c6be7f338ba1ee92b3218e5c078364675dc Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 24 七月 2024 17:29:07 +0800 Subject: [PATCH] 提交 --- pages.json | 84 +++++++++++++++++++++++++++++++++--------- 1 files changed, 66 insertions(+), 18 deletions(-) diff --git a/pages.json b/pages.json index a011a0f..2aa764f 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", @@ -114,6 +114,18 @@ } }, { + "path" : "pages/tabBar/firstPage/exam", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { "path" : "pages/tabBar/response/response", "style" : { @@ -149,11 +161,11 @@ }, { "path" : "pages/tabBar/examine/examine", - "style" : - { + "style" : + { "navigationStyle": "custom", - "navigationBarTitleText": "", - "enablePullDownRefresh": true, + "navigationBarTitleText": "", + "enablePullDownRefresh": true, "app-plus": { "scrollIndicator": "none", "pullToRefresh": { @@ -162,7 +174,7 @@ "style": "circle" } } - } + } }, { "path" : "pages/tabBar/count/count", @@ -182,12 +194,24 @@ } }, { - "path" : "pages/tabBar/current/current", - "style" : - { + "path" : "pages/tabBar/count/countDetail", + "style" : + { "navigationStyle": "custom", - "navigationBarTitleText": "", - "enablePullDownRefresh": true, + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/current/current", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": true, "app-plus": { "scrollIndicator": "none", "pullToRefresh": { @@ -196,10 +220,22 @@ "style": "circle" } } - } + } }, { - "path" : "pages/tabBar/weather/weather", + "path" : "pages/tabBar/current/detail", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/wearhouse/wearhouse", "style" : { "navigationStyle": "custom", @@ -209,6 +245,18 @@ "scrollIndicator": "none" } } + }, + { + "path" : "pages/tabBar/wearhouse/questions", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } } ], "globalStyle": { @@ -248,7 +296,7 @@ "pagePath": "pages/tabBar/current/current" }, { - "pagePath": "pages/tabBar/weather/weather" + "pagePath": "pages/tabBar/wearhouse/wearhouse" } -- Gitblit v1.9.2