13 lines
157 B
JavaScript
Raw Normal View History

2020-04-12 22:57:27 +08:00
//app.js
App({
onLaunch: function () {
var that = this;
2020-04-21 23:19:59 +08:00
2020-04-12 22:57:27 +08:00
},
globalData: {
2020-04-20 22:52:04 +08:00
ProductKey: "",
DeviceName: "",
DeviceSecret: ""
2020-04-12 22:57:27 +08:00
},
})