原生tabbar安卓机型来回切换的时候会闪一下,这是为什么?(IOS机型正常)
"tabBar": {
"color": "#666666",
"selectedColor": "#EDB93F",
"backgroundColor": "#303030",
"list": [{
"pagePath": "pages/forum/forum",
"text": "页面一",
"iconPath": "/images/tabbarIcon/forum.png",
"selectedIconPath": "/images/tabbarIcon/forum-active.png"
},
{
"pagePath": "pages/stone/stone",
"text": "页面二",
"iconPath": "/images/tabbarIcon/stone.png",
"selectedIconPath": "/images/tabbarIcon/stone-active.png"
},
{
"pagePath": "pages/timeBadge/timeBadge",
"text": "页面三",
"iconPath": "/images/tabbarIcon/badge.png",
"selectedIconPath": "/images/tabbarIcon/badge-active.png"
}
]
}
1 回复
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)