Page({ data: { }, onShow() { this.getTabBar((tabBar) => { tabBar.setData({ selected: '首页', }) }) } })