微信小程序-导航栏制作

"tabBar": {
    "color": "#8a8a8a",
    "selectedColor": "#1AAD16",
    "backgroundColor": "#fff",
    "borderStyle": "white",
    "list": [
      {
        "pagePath": "pages/index/index",
        "text": "首页",
        "iconPath": "./icon/home.png",
        "selectedIconPath": "./icon/home-select.png"
      },
      {
        "pagePath": "pages/category/category",
        "text": "分类",
        "iconPath": "./icon/category.png",
        "selectedIconPath": "./icon/category-select.png"
      },
      {
        "pagePath": "pages/cart/cart",
        "text": "购物车",
        "iconPath": "./icon/cart.png",
        "selectedIconPath": "./icon/cart-select.png"
      },
      {
        "pagePath": "pages/user/user",
        "text": "我的",
        "iconPath": "./icon/my.png",
        "selectedIconPath": "./icon/my-select.png"
      }
    ]
  }
posted @ 2021-04-07 21:00  程序员陈师兄cxycsx  阅读(106)  评论(0编辑  收藏  举报