如果你对该文章中的内容有疑问/不解,可以点击此处链接提问
要注明问题和此文章链接地址 点击此处跳转
<code class="">"tabBar" : {
"color" : "#707070",
"selectedColor" : "#DE533A",
"list" : [
{
"pagePath" : "pages/index/index",
"text" : "首页",
"iconPath" : "static/1_.png",
"selectedIconPath" : "static/1.png"
},
{
"pagePath" : "pages/brand/brand",
"text" : "品牌",
"iconPath" : "static/2_.png",
"selectedIconPath" : "static/2.png"
},
{
"pagePath" : "pages/shise/shise",
"text" : "试色",
"iconPath" : "static/3_.png",
"selectedIconPath" : "static/3.png"
},
{
"pagePath" : "pages/my/my",
"text" : "我的",
"iconPath" : "static/4_.png",
"selectedIconPath" : "static/4.png"
}
]
}
</code>