Page({ data: { }, onShow() { if (typeof this.getTabBar === 'function') { this.getTabBar().setData({ selected: 1 }) } }, })