From 9da2c9000ed8545f0a3d2ef1ae8b62f2a1c298cb Mon Sep 17 00:00:00 2001 From: wanganxp Date: Tue, 28 May 2024 05:55:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E8=87=AA=E5=AE=9A=E4=B9=89ta?= =?UTF-8?q?bbar=E7=9A=84=E4=B8=9A=E5=8A=A1=E9=80=BB=E8=BE=91=EF=BC=8C?= =?UTF-8?q?=E4=BD=86=E5=8F=91=E7=8E=B0=E4=BA=86Android=E5=92=8CiOS?= =?UTF-8?q?=E7=9A=84v-show=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue b/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue index 2bf88f2c..ba8c97f0 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar-tab1.uvue @@ -24,7 +24,6 @@ }, created() { this.loadData() - // console.log("tab1 created"); }, methods: { loadData() { @@ -41,7 +40,6 @@ }, scrollTop(top : number) { (this.$refs["listView"] as UniElement).scrollTop = top - // console.log("tab1 to top"); } } } -- GitLab