style(抽奖活动页): 修复跳转没权限的问题
This commit is contained in:
parent
bf810493ca
commit
0accc09c5d
@ -1205,7 +1205,7 @@ const getUserInfo = async () => {
|
||||
if (resUserInfo.status && resUserInfo.body) {
|
||||
// 缓存用户信息
|
||||
console.debug('✅ User info cached successfully')
|
||||
setUserInfo(response.body, null)
|
||||
setUserInfo(resUserInfo.body, null)
|
||||
if (ranking.value.length == 0) {
|
||||
userInfo.value = resUserInfo.body
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user