111
litian
2024-03-20 0555dd7dc2edc553030b7a6d03d6a1cda4b1e336
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
  },
];