uniapp tabbar
"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"
}
]
}
本站文章如未注明出处均为原创,转载请注明出处,如有侵权请邮件联系站长。