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,