applet/xcx/app.js

24 lines
395 B
JavaScript
Raw Normal View History

2025-12-06 15:50:13 +08:00
// 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
}
})