// app.js App({ onLaunch() { let info = wx.getSystemInfoSync() this.globalData.deviceInfo = info }, globalData: { userInfo: null } })