Commit bd171f2e by zhangxingmin

push

parent 5e3c12c1
......@@ -92,6 +92,7 @@ export default {
methods: {
// 检查用户状态的方法
async checkUserStatus() {
debugger
// 只有已登录用户才需要检查
if(uni.getStorageSync('loginType') == 'codelogin' && uni.getStorageSync('cffp_userId')) {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment