当 tabbar 达到3个或者3个以上,
点击切换 tabbar 高亮切换的效果错乱,
多次点击 tabbar 切换后。高亮判断就乱了。
你代码片段里的index3.js的onShow里要设置当前tabbar索引呀
onShow: function () {
if (typeof this.getTabBar === ‘function’ && this.getTabBar()) {
this.getTabBar().setData({
selected: 2
})
}