//app.js App({ onLaunch: function (options) { this.getSystemInfo(); if (options && options.scene) { //console.log("scene:" + options.scene); this.globalData.userSource = options.scene; } }, getSystemInfo: function () { this.globalData.systemInfo = wx.getSystemInfoSync(); }, globalData: { Version: "1.0.0", IsProduction: true, userInfo: null, fileUrl: "https://www.kylx365.com/", serverUrl: "https://www.kylx365.com/apiData/", serverUrlServer: "https://www.kylx365.com/apiData/", serverUrlLocalhost: "http://localhost:3020/apiData/", imageUrl: "https://hanzi-1253256735.file.myqcloud.com", audioUrl: "https://pinyin.kylx365.com", Key: "kylx365_chengjie", IV: "kylx365hongliren", systemInfo: null, userInfo: null, SourceID: 0,//来源ID IsRefreshFinished: true, DayNumber: 0,//使用天数 PayMoney: 9.8,//产品销售价 TestScoreMax: 0,//测试最高分 IsShow: 0, } })