- 当前 Bug 的表现(可附上截图)
- 预期表现
代码片段
“tabBar”: {
“selectedColor”: “#8eb6cf”,
“list”: [
{
“pagePath”: “pages/index/index”,
“iconPath”: “/images/home.png”,
“selectedIconPath”: “/images/[email protected]”,
“text”: “”
},
{
“pagePath”: “pages/cart/cart”,
“iconPath”: “/images/cart.png”,
“selectedIconPath”: “/images/[email protected]”,
“text”: “”
},
{
“pagePath”: “pages/user/user”,
“iconPath”: “/images/me.png”,
“selectedIconPath”: “/images/[email protected]”,
“text”: “”
}
]
}
麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)