From 7b54169ebd724aa6b844d2aaf184f1196ff77aff Mon Sep 17 00:00:00 2001 From: shutao Date: Wed, 27 Mar 2024 15:06:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4android=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=94=AF=E6=8C=81long-list-nested?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/template.uvue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/tabBar/template.uvue b/pages/tabBar/template.uvue index 6458a83c..420afc07 100644 --- a/pages/tabBar/template.uvue +++ b/pages/tabBar/template.uvue @@ -66,13 +66,13 @@ name: 'Android顶部搜索框随时下移长列表', url: 'long-list' }, - // #ifdef APP-ANDROID || WEB + // #ifdef WEB { name: '顶部banner长列表(嵌套滚动)', url: 'long-list2' }, // #endif - // #ifdef APP-IOS + // #ifdef APP-IOS || APP-ANDROID { name: '顶部banner长列表(嵌套滚动)', url: 'long-list-nested' -- GitLab