app.js
@@ -1,13 +1,16 @@ var help = require('./util/help.js'); App({ themeColor: "#0080FF", appKey: '100001', appKey: '1000001', baseUrl:'http://192.168.3.122:8083', onLaunch(options) { // 第一次打开 // options.query == {number:1} console.info('App onLaunch'); my.hideFavoriteMenu(); }, onShow(options) { // 从后台被 scheme 重新打开 // options.query == {number:1}