You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

43 lines
1.1 KiB

{
"pages":[
"pages/index/index",
"pages/show_product/show_product",
"pages/address/address",
"pages/cart/cart",
"pages/cart/coupon",
"pages/mine/mine",
"pages/category/category"
],
"window":{
"backgroundColor": "#f2f2f2",
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "巴爷供销社",
"navigationBarTextStyle":"black"
},
"tabBar": {
"color": "black",
"selectedColor": "#BF8600",
"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": "购物车"
}]
}
}