微信小程序 关于底部导航设置
时间:2016-12-01 11:54:12
收藏:0
阅读:818
在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": "个人信息" } ]
原文:http://www.cnblogs.com/TomCzr/p/6121119.html
评论(0)