美文网首页
微信小程序

微信小程序

作者: 怯言ouo | 来源:发表于2018-04-21 17:12 被阅读0次

一、底部tab

app.json

"tabBar": {
    "color": "#ccc",
    "selectedColor": "#35495e",
    "borderStyle": "white",
    "backgroundColor": "#f9f9f9",
    "list": [
      {
        "text": "首页",
        "pagePath": "pages/index/index",
        "iconPath": "images/index.png",
        "selectedIconPath": "images/index-hover.png"
      },
      {
        "text": "目录",
        "pagePath": "pages/logs/logs",
        "iconPath": "images/add.png",
        "selectedIconPath": "images/add-hover.png"
      }
    ]
  }
1.对于tabBar整体属性设置:
image.png
2.对于tabBar中每个Item属性设置:
image.png

相关文章

网友评论

      本文标题:微信小程序

      本文链接:https://www.haomeiwen.com/subject/iskkhftx.html