From c765c26eee1249b0a8d72d2b203b2ed124c2bbf6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 26 八月 2022 17:16:47 +0800
Subject: [PATCH] 2022.8.26(2)
---
app.js | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/app.js b/app.js
index f562a3c..21651da 100644
--- a/app.js
+++ b/app.js
@@ -12,9 +12,11 @@
// // 鍙戦�� res.code 鍒板悗鍙版崲鍙� openId, sessionKey, unionId
// }
// })
+ console.log('onLaunch');
},
globalData: {
userInfo: null,
accessToken: null,
+ isLogin: false
}
})
--
Gitblit v1.9.3