改变tabBar的颜色

master
Ge Hao 7 years ago
parent 27e66392fe
commit 007a314095
  1. 21
      app.json

@ -16,25 +16,28 @@
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "#dddddd",
"color": "black",
"selectedColor": "#BF8600",
"borderStyle": "black",
"backgroundColor": "#323232",
"borderStyle": "white",
"backgroundColor": "white",
"position": "top",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/ba.png",
"selectedIconPath": "images/ba_active.png",
"text": "首页"
},{
},
{
"pagePath": "pages/category/category",
"iconPath": "images/cart.png",
"selectedIconPath": "images/cart_active.png",
"text": "分类"
},
{
"pagePath": "pages/cart/cart",
"iconPath": "images/cart.png",
"selectedIconPath": "images/cart_active.png",
"text": "购物车"
},{
"pagePath": "pages/mine/mine",
"iconPath": "images/profile.png",
"selectedIconPath": "images/profile_active.png",
"text": "我的"
}]
}
}

Loading…
Cancel
Save