css
litian
2024-09-25 b471803c1a9e4c1452a98a8b3631bde66641b910
app.json
@@ -80,7 +80,7 @@
        "pages/bookServices/detail/components/learnTask/index",
        "pages/bookServices/linkPage/index"
      ]
    }
    }
  ],
  "tabBar": {
    "custom": true,
@@ -91,33 +91,23 @@
    "list": [
      {
        "pagePath": "pages/home/home",
        "text": "首页",
        "iconPath": "/static/images/home/Home@2x.png",
        "selectedIconPatn": "/static/images/home/Home-click@2x.png"
        "text": "首页"
      },
      {
        "pagePath": "pages/bookServices/assort/index",
        "text": "图书服务",
        "iconPath": "/static/images/home/service@2x.png",
        "selectedIconPatn": "/static/images/home/service-click@2x.png"
        "text": "图书服务"
      },
      {
        "pagePath": "pages/study/index",
        "text": "学习",
        "iconPath": "/static/images/home/learn@2x.png",
        "selectedIconPatn": "/static/images/home/learn-click@2x.png"
        "text": "学习"
      },
      {
        "pagePath": "pages/cart/index",
        "text": "购物车",
        "iconPath": "/static/images/home/cart@2x.png",
        "selectedIconPatn": "/static/images/home/cart-click@2x.png"
        "text": "购物车"
      },
      {
        "pagePath": "pages/personalCenter/index",
        "text": "我的",
        "iconPath": "/static/images/home/my@2x.png",
        "selectedIconPatn": "/static/images/home/my-click@2x.png"
        "text": "我的"
      }
    ]
  },
@@ -135,6 +125,5 @@
    "scope.userLocation": {
      "desc": "你的位置信息将用于小程序位置接口的效果展示"
    }
  },
  "shareAppMessage": true
  }
}