小程序 app.json

{
"pages":[
"pages/index/index",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle":"black",
"enablePullDownRefresh": "true"
},
"tabBar":{
"color":"#ddd",
"selectedColor": "red",
"backgroundColor": "#f2f2f2",
"borderStyle": "white",
"list":[{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"imges/home.png",
"selectedIconPath": "images/home-fill.png"
},{
"pagePath": "pages/logs/logs",
"text": "商品",
"iconPath": "images/sale.png",
"selectedIconPath": "images/sale-fill.png"
}]
}
}

posted on 2017-06-17 10:22  再胖十斤就好  阅读(319)  评论(0编辑  收藏  举报

导航