// app.js App({ onLaunch() { this.globalData = { supervisorInfo: { name: "张主管", phone: "13800138000", role: "护理主管" } } const logs = wx.getStorageSync('logs') || [] logs.unshift(Date.now()) wx.setStorageSync('logs', logs) wx.login({ success: res => { } }) }, globalData: { userInfo: null } })