From 8f26c340ffb9c1d087031eeb43de415fde2156bb Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 14 Feb 2025 18:55:06 +0800 Subject: [PATCH] =?UTF-8?q?ui=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/images/tabbar/unit.svg | 2 +- assets/images/tabbar/unit_active.svg | 2 +- custom-tab-bar/index.wxss | 4 ++-- pages/firstBill/index.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/images/tabbar/unit.svg b/assets/images/tabbar/unit.svg index d5a47e3..a86c737 100644 --- a/assets/images/tabbar/unit.svg +++ b/assets/images/tabbar/unit.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/assets/images/tabbar/unit_active.svg b/assets/images/tabbar/unit_active.svg index f7379ed..08d11ee 100644 --- a/assets/images/tabbar/unit_active.svg +++ b/assets/images/tabbar/unit_active.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/custom-tab-bar/index.wxss b/custom-tab-bar/index.wxss index c44dc5c..aff331d 100644 --- a/custom-tab-bar/index.wxss +++ b/custom-tab-bar/index.wxss @@ -48,8 +48,8 @@ height: 24px; } .tab-bar-item:nth-child(3) .tabImg{ - width: 24px; - height: 24px; + width: 28px; + height: 28px; } .tab-bar-item:nth-child(6) .tabImg{ width: 22px; diff --git a/pages/firstBill/index.js b/pages/firstBill/index.js index ad30229..06a47c7 100644 --- a/pages/firstBill/index.js +++ b/pages/firstBill/index.js @@ -4619,7 +4619,7 @@ Page({ } else if (event.detail.scrollTop <= 200 && this.getTabBar().data.toTop) { // console.log(!this.getTabBar().data.toTop); this.getTabBar().data.list[0].selectedIconPath = - "../assets/images/home1.png"; + "../assets/images/tabbar/home_active.png"; this.getTabBar().data.list[0].text = "首页"; this.getTabBar().setData({ toTop: false,