闫增涛
2024-03-27 1053bf2995141d5f73868bd2fb58deb1bc68c480
custom-tab-bar/data.js
@@ -1,11 +1,13 @@
export default [
  {
    id: 0,
    text: '首页',
    url: 'pages/home/home',
    icon: '/static/images/home/Home@2x.png',
    activeIcon: '/static/images/home/Home-click@2x.png'
  },
  {
    id: 1,
    text: '图书服务',
    url: 'pages/bookServices/assort/index',
    icon: '/static/images/home/service@2x.png',
@@ -13,18 +15,21 @@
  },
  {
    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'
  },
  {
    id: 3,
    text: '购物车',
    url: 'pages/cart/index',
    icon: '/static/images/home/cart@2x.png',
    activeIcon: '/static/images/home/cart-click@2x.png'
  },
  {
    id: 4,
    text: '个人中心',
    url: 'pages/personalCenter/index',
    icon: '/static/images/home/my@2x.png',