From f591c27b57e2418c9495bc02ae8cfff84d35bc18 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 16 七月 2024 16:27:56 +0800 Subject: [PATCH] init --- pages.json | 192 +++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 174 insertions(+), 18 deletions(-) diff --git a/pages.json b/pages.json index 108d9a3..6550b9a 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", @@ -36,6 +36,90 @@ "navigationStyle": "custom", "navigationBarTitleText": "", "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/responsivity/countyResponsivity", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/responsivity/cityResponsivity", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/responsivity/villageResponsivity", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/notice/measures", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/responsivity/showMeasures", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/firstPage/firstPage", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/firstPage/exam", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, "app-plus": { "scrollIndicator": "none" } @@ -59,7 +143,7 @@ } }, { - "path" : "pages/tabBar/examine/examine", + "path" : "pages/tabBar/information/information", "style" : { "navigationStyle": "custom", @@ -74,6 +158,23 @@ } } } + }, + { + "path" : "pages/tabBar/examine/examine", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": true, + "app-plus": { + "scrollIndicator": "none", + "pullToRefresh": { + "support": true, + "color": "#000000", + "style": "circle" + } + } + } }, { "path" : "pages/tabBar/count/count", @@ -91,6 +192,59 @@ } } } + }, + { + "path" : "pages/tabBar/current/current", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": true, + "app-plus": { + "scrollIndicator": "none", + "pullToRefresh": { + "support": true, + "color": "#000000", + "style": "circle" + } + } + } + }, + { + "path" : "pages/tabBar/current/detail", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/wearhouse/wearhouse", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { + "path" : "pages/tabBar/wearhouse/questions", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } } ], "globalStyle": { @@ -109,30 +263,32 @@ "custom": true, "list": [ { + "pagePath": "pages/tabBar/firstPage/firstPage" + }, + { "pagePath": "pages/tabBar/notice/notice" - // "iconPath": "static/notice1.png", - // "selectedIconPath": "static/notice1-selected.png", - // "text": "工作通知" }, { "pagePath": "pages/tabBar/response/response" - // "iconPath": "static/mine1.png", - // "selectedIconPath": "static/mine1-selected.png", - // "text": "我的叫应" + }, + { + "pagePath": "pages/tabBar/information/information" }, { "pagePath": "pages/tabBar/examine/examine" - // "iconPath": "static/notice1.png", - // "selectedIconPath": "static/notice1-selected.png", - // "text": "通知审核" }, { "pagePath": "pages/tabBar/count/count" - // "iconPath": "static/mine1.png", - // "selectedIconPath": "static/mine1-selected.png", - // "text": "信息统计" + }, + { + "pagePath": "pages/tabBar/current/current" + }, + { + "pagePath": "pages/tabBar/wearhouse/wearhouse" } + + ] } } -- Gitblit v1.9.2