标签:首页 list color border hit text 微信小程序 style ted
"tabBar": {
"color": "#8a8a8a",
"selectedColor": "#1AAD16",
"backgroundColor": "#fff",
"borderStyle": "white",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "./icon/home.png",
"selectedIconPath": "./icon/home-select.png"
},
{
"pagePath": "pages/category/category",
"text": "分类",
"iconPath": "./icon/category.png",
"selectedIconPath": "./icon/category-select.png"
},
{
"pagePath": "pages/cart/cart",
"text": "购物车",
"iconPath": "./icon/cart.png",
"selectedIconPath": "./icon/cart-select.png"
},
{
"pagePath": "pages/user/user",
"text": "我的",
"iconPath": "./icon/my.png",
"selectedIconPath": "./icon/my-select.png"
}
]
}
标签:首页 list color border hit text 微信小程序 style ted
原文地址:https://www.cnblogs.com/gmbjzg/p/14629550.html