From c1d7b7447cac04d74236e1bb27d906b6698e27bf Mon Sep 17 00:00:00 2001 From: yanyilin Date: Wed, 29 May 2024 20:30:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=87=AA=E5=AE=9A=E4=B9=89ta?= =?UTF-8?q?bbar=E7=A4=BA=E4=BE=8B=EF=BC=8C=E4=BD=BF=E7=94=A8visibility?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2v-show=E5=AE=9E=E7=8E=B0tab=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E6=95=88=E6=9E=9C?= 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 insertion(+) diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index 768f8926..289c8ac5 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -86,6 +86,7 @@ // 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