在uniapp,自定义tabbar之后 onTabItemTap()事件失效了。
想要刷新tabbar 只能用 onshow 效果不好。
getCurrentPages()用到了 这个方法
uni.switchTab({
url:"/page/index/index",
success:function(e){
var page=getCurrentPages().pop()
page.onLoad()
}
})
在uniapp,自定义tabbar之后 onTabItemTap()事件失效了。
想要刷新tabbar 只能用 onshow 效果不好。
getCurrentPages()用到了 这个方法
uni.switchTab({
url:"/page/index/index",
success:function(e){
var page=getCurrentPages().pop()
page.onLoad()
}
})