微信小程序 关于底部导航设置

时间:2016-12-01 11:54:38   收藏:0   阅读:349

在app.json 中添加

 "tabBar": {
     "color":"#ffffff", 
     "borderStyle":"white", 
     "selectedColor":"#d81e06",
     "backgroundColor":"#245685",
    "list": [{
      "pagePath": "pages/index/index", //跳转链接
      "text": "首页", //显示名字
      "iconPath":"/images/gprs_1.png", //默认图片
      "selectedIconPath":"/images/gprs_2.png" //选中图片
    
    }, {
      "pagePath": "pages/logs/logs",
      "text": "地图"
    }, {
      "pagePath": "pages/user_info/user_info",
      "text": "个人信息"
    }
    
    ]
  

  

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