From 64dce247f0fbcd1ca5bbddd7df64ab2a78f008dc Mon Sep 17 00:00:00 2001 From: shutao Date: Thu, 30 May 2024 15:17:29 +0800 Subject: [PATCH] =?UTF-8?q?custom-tab-bar.uvue=20=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E5=85=BC=E5=AE=B9=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/custom-tab-bar/custom-tab-bar.uvue | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index 33418d49..b20ce33d 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -86,7 +86,6 @@ // console.log("11"); this.displayArrow = false; (this.$refs["tab1"]! as ComponentPublicInstance).$callMethod('scrollTop', 0) - this.lastTab1Top = 0;//Todo: 临时解决android平台scroll-view在某些情况未触发onscroll事件的bug } else if (index !=0){ //不在首页时,把箭头变成图标 // console.log("22"); -- GitLab