初始化
This commit is contained in:
14
pages/home/index.js
Normal file
14
pages/home/index.js
Normal file
@@ -0,0 +1,14 @@
|
||||
Page({
|
||||
|
||||
data: {
|
||||
|
||||
},
|
||||
|
||||
onShow() {
|
||||
this.getTabBar((tabBar) => {
|
||||
tabBar.setData({
|
||||
selected: '首页',
|
||||
})
|
||||
})
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user