From 868e35d6536ef2572f31e09a10285f31033524ce Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Fri, 21 Jul 2023 12:02:09 +0800 Subject: [PATCH] fix(template): can't scroll --- pages/tabBar/template.uvue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 5a0dbdf8..4f1f5c2b 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -57,7 +57,8 @@ name: "swiper-list", open: false, enable: false, - pages: [] as Page[] + pages: [] as Page[] + }, { id: "custom-pull-page", url: "custom-pull-page", @@ -147,8 +148,4 @@ \ No newline at end of file -- GitLab