const app = getApp() Page({ data: { }, onLoad(options) { }, onShow() { if (typeof this.getTabBar === 'function') { this.getTabBar().setData({ selected: 3 }) } }, })