project init & fix ui
This commit is contained in:
11
pages/myself/index.js
Normal file
11
pages/myself/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Page({
|
||||
data: {},
|
||||
onLoad: function (options) {
|
||||
|
||||
},
|
||||
onShow: function () {
|
||||
if (wx.canIUse('hideHomeButton')) {
|
||||
wx.hideHomeButton()
|
||||
}
|
||||
},
|
||||
});
|
||||
5
pages/myself/index.json
Normal file
5
pages/myself/index.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"usingComponents": {
|
||||
},
|
||||
"navigationBarTitleText": "我的"
|
||||
}
|
||||
2
pages/myself/index.wxml
Normal file
2
pages/myself/index.wxml
Normal file
@@ -0,0 +1,2 @@
|
||||
我的
|
||||
<foot-tab value="label_4"/>
|
||||
0
pages/myself/index.wxss
Normal file
0
pages/myself/index.wxss
Normal file
Reference in New Issue
Block a user