闫增涛
2024-03-19 fa662bf36ed8db479b42f912d4705c11511db558
custom-tab-bar/data.js
@@ -7,14 +7,14 @@
  },
  {
    text: '图书服务',
    url: 'pages/bookServices/index',
    url: 'pages/bookServices/assort/index',
    icon: '/static/images/home/service@2x.png',
    activeIcon: '/static/images/home/service-click@2x.png'
  },
  {
    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'
  },
@@ -27,13 +27,7 @@
  {
    text: '个人中心',
    url: 'pages/personalCenter/index',
<<<<<<< HEAD
<<<<<<< HEAD
    icon: '/static/images/home/my@2x.png',
    activeIcon: '/static/images/home/my-click@2x.png'
=======
>>>>>>> master
=======
>>>>>>> master
  },
];