diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index 33418d492fc682fc093b9ebd9e340e4e0226f41f..b20ce33da6bbf180dbf96f9b231497714b7f9bea 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");