"tabBar":{
"borderStyle":"black",
"color":"#656567",
"selectedColor":"#ff4400",
"backgroundColor":"#f1f1f1",
"backgroundColor":"#ffffff",
"list":[
{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"static/nav/home.png",
"selectedIconPath":"static/nav/home_active.png"
},
{
"pagePath":"pages/visitlog/visitlog",
"text":"访客",
"iconPath":"static/nav/guest.png",
"selectedIconPath":"static/nav/guest_active.png"
},
{
"pagePath":"pages/index/index",
"text":"抢房",
"iconPath":"static/nav/cf.png",
"selectedIconPath":"static/nav/cf_active.png"
},
{
"pagePath":"pages/me/me",
"text":"用户中心",
"iconPath":"static/nav/user.png",
"selectedIconPath":"static/nav/user_active.png"
}
]
}