初始化
This commit is contained in:
9
pages/expert/index.js
Normal file
9
pages/expert/index.js
Normal file
@@ -0,0 +1,9 @@
|
||||
Page({
|
||||
onShow() {
|
||||
this.getTabBar((tabBar) => {
|
||||
tabBar.setData({
|
||||
selected: '专家服务',
|
||||
})
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user