From 72edc07a7fe714316d318708710c150f7d247bbc Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期四, 28 三月 2024 11:50:19 +0800
Subject: [PATCH] 图书分类、列表、详情页bug修改

---
 custom-tab-bar/data.js |   25 ++++++++++++++++++-------
 1 files changed, 18 insertions(+), 7 deletions(-)

diff --git a/custom-tab-bar/data.js b/custom-tab-bar/data.js
index c6a4cb9..16a0b78 100644
--- a/custom-tab-bar/data.js
+++ b/custom-tab-bar/data.js
@@ -1,27 +1,38 @@
 export default [
   {
-    icon: 'home',
+    id: 0,
     text: '棣栭〉',
     url: 'pages/home/home',
+    icon: '/static/images/home/Home@2x.png',
+    activeIcon: '/static/images/home/Home-click@2x.png'
   },
   {
-    icon: 'sort',
+    id: 1,
     text: '鍥句功鏈嶅姟',
     url: 'pages/bookServices/assort/index',
+    icon: '/static/images/home/service@2x.png',
+    activeIcon: '/static/images/home/service-click@2x.png'
   },
+
   {
-    icon: 'sort',
+    id: 2,
     text: '瀛︿範',
-    url: 'pages/goods/category/index',
+    url: 'pages/student/index',
+    icon: '/static/images/home/learn@2x.png',
+    activeIcon: '/static/images/home/learn-click@2x.png'
   },
   {
-    icon: 'cart',
+    id: 3,
     text: '璐墿杞�',
     url: 'pages/cart/index',
+    icon: '/static/images/home/cart@2x.png',
+    activeIcon: '/static/images/home/cart-click@2x.png'
   },
   {
-    icon: 'person',
+    id: 4,
     text: '涓汉涓績',
-    url: 'pages/usercenter/index',
+    url: 'pages/personalCenter/index',
+    icon: '/static/images/home/my@2x.png',
+    activeIcon: '/static/images/home/my-click@2x.png'
   },
 ];

--
Gitblit v1.9.1