From 9dde35a995d1f041ad9ce1655f37c679f154dfb7 Mon Sep 17 00:00:00 2001 From: liutong <836164388@qq.com> Date: Mon, 7 Apr 2025 09:53:30 +0800 Subject: [PATCH] =?UTF-8?q?style(AQ):=20=E6=9B=B4=E6=96=B0=20tabbar=20?= =?UTF-8?q?=E5=9B=BE=E6=A0=87=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将首页图标从 home.png 改为 index.png - 将课表和班级图标的选中状态图标添加 s 后缀 - 统一图标路径格式,提高代码一致性 --- components/AQ/AQTabber.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/AQ/AQTabber.vue b/components/AQ/AQTabber.vue index e313ffa..91c3680 100644 --- a/components/AQ/AQTabber.vue +++ b/components/AQ/AQTabber.vue @@ -64,20 +64,20 @@ this.tabBar = [{ text: "首页", urlPath: '/pages/coach/home/index', //自定义页面跳转路径 - iconPath: "/static/images/tabbar/home.png", - selectedIconPath: "/static/images/tabbar/home_selected.png" + iconPath: "/static/images/tabbar/index.png", + selectedIconPath: "/static/images/tabbar/indexs.png" }, { text: "课表", urlPath: '/pages/coach/course/list', //自定义页面跳转路径 - iconPath: "/static/images/tabbar/my.png", - selectedIconPath: "/static/images/tabbar/my.png" + iconPath: "/static/images/tabbar/timetable.png", + selectedIconPath: "/static/images/tabbar/timetables.png" }, { text: "班级", urlPath: '/pages/coach/class/list', //自定义页面跳转路径 - iconPath: "/static/images/tabbar/my.png", - selectedIconPath: "/static/images/tabbar/my.png" + iconPath: "/static/images/tabbar/banji.png", + selectedIconPath: "/static/images/tabbar/banjis.png" }, { text: "我的",