"tabBar": {
"color": "#999999",
"selectedColor": "#00b7ff",
// "borderStyle": "black",
"backgroundColor": "#1b2839",
"list":
// 微信不支持svg
[
//#ifdef APP_PLUS || H5 || MP-ALIPAY
{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/img/tabBar/cube.svg",
"selectedIconPath": "static/img/tabBar/cube-on.svg",
"text": "喜加一"
},
//#endif
//#ifdef MP-WEIXIN
{
"pagePath": "pages/tabBar/home/home",
"iconPath": "static/img/tabBar/cube.png",
"selectedIconPath": "static/img/tabBar/cube-on.png",
"text": "喜加一"
},
//#endif
// {
// "pagePath": "pages/tabBar/cart/cart",
// "iconPath": "static/img/tabBar/star.svg",
// "selectedIconPath": "static/img/tabBar/star-on.svg",
// "text": "关注"
// },
//#ifdef APP_PLUS || H5 || MP-ALIPAY
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/happy.svg",
"selectedIconPath": "static/img/tabBar/happy-on.svg",
"text": "我的"
}
//#endif
//#ifdef MP-WEIXIN
{
"pagePath": "pages/tabBar/user/user",
"iconPath": "static/img/tabBar/happy.png",
"selectedIconPath": "static/img/tabBar/happy-on.png",
"text": "我的"
},
//#endif
]
}
比如微信不支持svg图标,所以我tabBar里面这么配,但是会报错,见附件