From 9d5b4d650e5b01081d3537c750e7469db4d161e3 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期二, 29 四月 2025 08:53:20 +0800 Subject: [PATCH] 提交 --- pages.json | 60 ++++-------------------------------------------------------- 1 files changed, 4 insertions(+), 56 deletions(-) diff --git a/pages.json b/pages.json index bd37345..d645f22 100644 --- a/pages.json +++ b/pages.json @@ -25,31 +25,14 @@ } }, { - "path" : "pages/tabBar/firstPage/exam", - "style" : - { - "navigationStyle": "custom", - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "app-plus": { - "scrollIndicator": "none" - } - } - }, - { "path" : "pages/tabBar/count/count", "style" : { "navigationStyle": "custom", "navigationBarTitleText": "", - "enablePullDownRefresh": true, + "enablePullDownRefresh": false, "app-plus": { - "scrollIndicator": "none", - "pullToRefresh": { - "support": true, - "color": "#000000", - "style": "circle" - } + "scrollIndicator": "none" } } }, @@ -66,24 +49,7 @@ } }, { - "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", + "path" : "pages/tabBar/count/productDetail", "style" : { "navigationStyle": "custom", @@ -95,19 +61,7 @@ } }, { - "path" : "pages/tabBar/wearhouse/wearhouse", - "style" : - { - "navigationStyle": "custom", - "navigationBarTitleText": "", - "enablePullDownRefresh": false, - "app-plus": { - "scrollIndicator": "none" - } - } - }, - { - "path" : "pages/tabBar/wearhouse/questions", + "path" : "pages/tabBar/current/current", "style" : { "navigationStyle": "custom", @@ -142,13 +96,7 @@ }, { "pagePath": "pages/tabBar/current/current" - }, - { - "pagePath": "pages/tabBar/wearhouse/wearhouse" } - - - ] } } -- Gitblit v1.9.2