更新用户登录功能

This commit is contained in:
2025-08-10 02:08:03 +08:00
parent 27da3fe192
commit f7261e1915
6 changed files with 402 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
// app.ts
App<IAppOption>({
globalData: {},
globalData: {
},
onLaunch() {
// 展示本地存储能力
const logs = wx.getStorageSync('logs') || []