"tabBar":{
"color":"#8a8a8a",
"selectedcolor":"#1AAD16",
"backgroundColor":"#fff",
"boderStyle":"white",
"list":[
{"pagePath":"pages/index/index",
"text":"底部导航1",
"iconPath":"images/tabbar1.png",
"selectedIconPath":"images/tabbar1_select.png"
},
{"pagePath":"pages/second/second",
"text":"底部导航2",
"iconPath":"images/tabbar2.png",
"selectedIconPath":"images/tabbar2_select.png"
}
]
}
网友评论