"tabBar":{
"color":"#333",
"selectedColor":"deepskyblue",
"backgroundColor":"#eee",
"borderStyle":"black",
"list":[
{
"pagePath":"pages/index/index",
"text":"首页",
"iconPath":"./static/tabbar/index.png",
"selectedIconPath":"static/tabbar/indexed.png"
},
{
"pagePath":"pages/news/news",
"text":"动态",
"iconPath":"static/tabbar/news.png",
"selectedIconPath":"static/tabbar/newsed.png"
},
{
"pagePath":"pages/paper/paper",
"text":"小纸条",
"iconPath":"static/tabbar/paper.png",
"selectedIconPath":"static/tabbar/papered.png"
},
{
"pagePath":"pages/my/my",
"text":"我的",
"iconPath":"static/tabbar/my.png",
"selectedIconPath":"static/tabbar/myed.png"
}
]
}