"tabBar": {
"color": "#666",
"selectedColor": "#268dcd",
"boardStyle" : "white",
"backgroundColor": "#fafafa",
"list": [{
"pagePath": "pages/douban/coming_soon/coming_soon",
"iconPath": "image/coming",
"selectedIconPath": "image/coming-active",
"text": "即将上映"
},
{
"pagePath": "pages/douban/in_theathers/in_theathers",
"iconPath": "image/ing",
"selectedIconPath": "image/ing-active",
"text": "正在热映"
}
]
}
|