tabBar
"tabBar": {
"color": "#7A7E83",
"selectedColor": "#3cc51f",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"height": "50px",
"fontSize": "10px",
"iconWidth": "24px",
"spacing": "3px",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "static/img/tabbar/home.png",
"selectedIconPath": "static/img/tabbar/home_.png",
"text": "首页"
}, {
"pagePath": "pages/car/index",
"iconPath": "static/img/tabbar/car.png",
"selectedIconPath": "static/img/tabbar/car_.png",
"text": "购物车"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/img/tabbar/my.png",
"selectedIconPath": "static/img/tabbar/my_.png",
"text": "我的"
}
]
},
网友评论