Page({ onShow() { this.getTabBar((tabBar) => { tabBar.setData({ selected: '专家服务', }) }) } })