first commit
This commit is contained in:
11
pages/users/users.js
Normal file
11
pages/users/users.js
Normal file
@@ -0,0 +1,11 @@
|
||||
Page({
|
||||
data: {},
|
||||
onLoad: function(n) {},
|
||||
onReady: function() {},
|
||||
onShow: function() {},
|
||||
onHide: function() {},
|
||||
onUnload: function() {},
|
||||
onPullDownRefresh: function() {},
|
||||
onReachBottom: function() {},
|
||||
onShareAppMessage: function() {}
|
||||
});
|
||||
3
pages/users/users.json
Normal file
3
pages/users/users.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
pages/users/users.wxml
Normal file
1
pages/users/users.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<text>pages/users/users.wxml</text>
|
||||
0
pages/users/users.wxss
Normal file
0
pages/users/users.wxss
Normal file
Reference in New Issue
Block a user