整改问题

This commit is contained in:
chenze 2024-10-31 09:56:50 +08:00
parent 69d2802387
commit 711c3fae8f

View File

@ -39,10 +39,10 @@ Page({
openid: res.openid openid: res.openid
}) })
// 判断用户是否注册 // 判断用户是否注册
// if (res.token) { if (res.token) {
// // 跳转首页 // 跳转首页
// _this.jumpIndex(res.openid, res.user, res.token.token) _this.jumpIndex(res.openid, res.user, res.token.token)
// } }
}) })
} }
}) })