解决小程序tabbar点击切换不触发onload

// 该方法可解决小程序tabbar点击切换不触发生命周期钩子
onTabItemTap(e){
  console.log(e) // 当前tabbar信息
  // ajax拉去数据
}

你可能感兴趣的:(javascript)