"tabBar": {
"color": "#ADADAD",
"selectedColor": "#29b1b1",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/ind.png",
"selectediconPath": "images/indselected.png"
},
{
"pagePath": "pages/dynamic/dynamic",
"text": "动态",
"iconPath": "images/dyn.png",
"selectediconPath": "images/dynselected.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "images/shop.png",
"selectediconPath": "images/shopselected.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/user.png",
"selectediconPath": "images/userselected.png"
}
]
},
selectedIconPath,注意下大小写