diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index b20ce33da6bbf180dbf96f9b231497714b7f9bea..768f8926a44a0e7479774faec850d1d49fa74fe1 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -102,7 +102,7 @@ // console.log('this.lastTab1Top: ',this.lastTab1Top); }, onTabPageEvent(top : number) { - // console.log('top: ',top); //iOS在v-show为false时,不应该触发这个事件 + // console.log('top: ',top); this.displayArrow = top > this.tabViewHeight //滚动1屏后,就把第一个tab的图标从首页变成向上箭头 this.lastTab1Top = top },