在页面周期调用这个onshow方法可以运行 onShow(){ // console.log("onshow start") if (typeof this.getTabBar === 'function' && this.getTabBar()) { this.getTabBar().setData({ selected: 1 }) // console.log("getTabBar log success") } },
tabbar自定义custom-tab-bar组件的pageLifetimes的show方法不执行?基础库版本:2.9.3 代码片段:https://developers.weixin.qq.com/s/GhjszRmt7Tig
2021-03-31