From 33413c6be7f338ba1ee92b3218e5c078364675dc Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 24 七月 2024 17:29:07 +0800 Subject: [PATCH] 提交 --- pages.json | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pages.json b/pages.json index 6550b9a..2aa764f 100644 --- a/pages.json +++ b/pages.json @@ -194,6 +194,18 @@ } }, { + "path" : "pages/tabBar/count/countDetail", + "style" : + { + "navigationStyle": "custom", + "navigationBarTitleText": "", + "enablePullDownRefresh": false, + "app-plus": { + "scrollIndicator": "none" + } + } + }, + { "path" : "pages/tabBar/current/current", "style" : { -- Gitblit v1.9.2