美文网首页
微信小程序增加tabbar

微信小程序增加tabbar

作者: shaguamayi | 来源:发表于2019-06-19 17:34 被阅读0次

    app.json里写这个
    "tabBar": {
    "color": "#7f8389",
    "selectedColor": "#00a8f3",
    "borderStyle": "black",
    "backgroundColor": "#f7f7fa",
    "list": [{
    "pagePath": "pages/index/main",
    "text": "新建投票",
    "iconPath": "./static/images/gonggao2@2x.png",
    "selectedIconPath": "./static/images/gonggao2@2x.png"
    }, {
    "pagePath": "pages/index/main",
    "text": "投票广场",
    "iconPath": "./static/images/gonggao2@2x.png",
    "selectedIconPath": "./static/images/gonggao2@2x.png"
    }, {
    "pagePath": "pages/index/main",
    "text": "我的投票",
    "iconPath": "./static/images/gonggao2@2x.png",
    "selectedIconPath": "./static/images/gonggao2@2x.png"
    }]
    }

    相关文章

      网友评论

          本文标题:微信小程序增加tabbar

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