From 2646f937acabbdd56b0a95e76bf32eb6b10facf0 Mon Sep 17 00:00:00 2001 From: shutao Date: Thu, 21 Mar 2024 11:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=85app=E7=AB=AF=E6=94=AF=E6=8C=81nested-s?= =?UTF-8?q?croll-header=E3=80=81nested-scroll-body=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/tabBar/component.uvue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/tabBar/component.uvue b/pages/tabBar/component.uvue index 8557ab8c..3157d456 100644 --- a/pages/tabBar/component.uvue +++ b/pages/tabBar/component.uvue @@ -85,13 +85,15 @@ }, { name: 'sticky-section', - }, + }, + // #ifdef APP { name: 'nested-scroll-header', }, { name: 'nested-scroll-body', - }, + }, + // #endif ] as Page[], }, { -- GitLab