From 23e6022538aeb5deb1a3b06b6d9770788a207090 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Thu, 30 May 2024 03:52:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A=E6=8E=89=E4=B8=B4=E6=97=B6?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E4=BF=A1=E6=81=AF?= 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 | 4 ++-- 1 file changed, 2 insertions(+), 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 9c781aa6..2bf88f2c 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,7 @@ }, created() { this.loadData() - console.log("tab1 created"); + // console.log("tab1 created"); }, methods: { loadData() { @@ -41,7 +41,7 @@ }, scrollTop(top : number) { (this.$refs["listView"] as UniElement).scrollTop = top - console.log("tab1 to top"); + // console.log("tab1 to top"); } } } -- GitLab