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.
 

40 lines
1.0 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": "#dddddd",
"selectedColor": "#BF8600",
"borderStyle": "black",
"backgroundColor": "#323232",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "images/ba.png",
"selectedIconPath": "images/ba_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": "我的"
}]
}
}