1.app.way中设置
tabBar: {
selectedColor: "#ff0000",
list: [
{
pagePath: "pages/index",
text: "首页",
iconPath: "images/icon_home@3x.png",
selectedIconPath: "images/icon_home_active@3x.png"
},{
pagePath: "pages/category",
text: "分类",
iconPath: "images/icon_category@3x.png",
selectedIconPath: "images/icon_category_active@3x.png"
},
{
pagePath: "pages/cart",
text: "购物车",
iconPath: "images/icon_cart@3x.png",
selectedIconPath: "images/icon_cart_active@3x.png"
}
]
}











网友评论