init
This commit is contained in:
17
wx214944c362629fc7/pages/user/help.js
Normal file
17
wx214944c362629fc7/pages/user/help.js
Normal file
@@ -0,0 +1,17 @@
|
||||
var t = getApp();
|
||||
|
||||
Page({
|
||||
data: {
|
||||
list: []
|
||||
},
|
||||
onLoad: function(t) {},
|
||||
onShow: function() {
|
||||
this.getHelpList();
|
||||
},
|
||||
getHelpList: function() {
|
||||
var a = this;
|
||||
t._get("wxapp/help", {}, function(t) {
|
||||
a.setData(t.data);
|
||||
});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user