diff --git a/app.js b/app.js new file mode 100644 index 0000000..f918828 --- /dev/null +++ b/app.js @@ -0,0 +1,24 @@ +//app.js +App({ + //onLaunch,onShow: options(path,query,scene,shareTicket,referrerInfo(appId,extraData)) + onLaunch: function(options) { + + }, + onShow: function(options) { + + }, + onHide: function() { + + }, + onError: function(msg) { + + }, + //options(path,query,isEntryPage) + onPageNotFound: function(options) { + + }, + globalData: { + + } +}); + \ No newline at end of file