From 4e2f0c74b1aadd0040e4cc05f08c17ad7ea4df90 Mon Sep 17 00:00:00 2001 From: DCloud_Heavensoft Date: Thu, 13 Jun 2024 05:01:28 +0800 Subject: [PATCH] Update custom-tab-bar.uvue --- pages/template/custom-tab-bar/custom-tab-bar.uvue | 2 +- 1 file changed, 1 insertion(+), 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 b20ce33d..768f8926 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 }, -- GitLab