This commit is contained in:
2024-08-22 12:35:26 +08:00
commit d41d4d6cd0
78 changed files with 1179 additions and 0 deletions

1
app.js Normal file
View File

@@ -0,0 +1 @@
App({onLaunch:function(){var t=wx.getStorageSync("logs")||[];t.unshift(Date.now()),wx.setStorageSync("logs",t)},getUserInfo:function(t){var n=this;this.globalData.userInfo?"function"==typeof t&&t(this.globalData.userInfo):wx.getUserInfo({withCredentials:!1,success:function(o){n.globalData.userInfo=o.userInfo,"function"==typeof t&&t(n.globalData.userInfo)}})},globalData:{userInfo:null}});