From 2a03b688b9a8f6cd4bcfbd45c810eb5c0b452074 Mon Sep 17 00:00:00 2001 From: shutao Date: Wed, 15 Nov 2023 17:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0list-view-multiplex=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pages.json b/pages.json index 2525fb70..929d15b3 100644 --- a/pages.json +++ b/pages.json @@ -1067,6 +1067,14 @@ "navigationBarTitleText" : "sticky-section", "enablePullDownRefresh" : false } + }, + { + "path" : "pages/component/list-view/list-view-multiplex", + "style" : + { + "navigationBarTitleText" : "", + "enablePullDownRefresh" : false + } } ], -- GitLab