小程序底部tapbar

时间:2019-11-30 11:45:01   收藏:0   阅读:132

app.json

  "tabBar": {
    "color": "#ccc",
    "selectedColor": "#000000",
    "backgroundColor": "#FFFFFF",
    "position": "top",
    "list": [
      {
        "iconPath": "images/10.jpg",
        "selectedIconPath": "images/s1.jpg",
        "pagePath": "pages/liu/liu",
        "text": "刘备"
      },
      {
        "iconPath": "images/2.jpg",
        "selectedIconPath": "images/s3.jpg",
        "pagePath": "pages/guan/guan",
        "text": "关羽"
      },
      {
        "iconPath": "images/3.jpg",
        "selectedIconPath": "images/s5.jpg",
        "pagePath": "pages/zhang/zhang",
        "text": "张飞"
      }
    ]
  },

<!-- (最少两个,最多五个) -->

  

官方tapbar链接

https://developers.weixin.qq.com/miniprogram/dev/reference/configuration/app.html

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!