style(抽奖活动页): 修复跳转没权限的问题

This commit is contained in:
hzj 2025-10-24 20:59:20 +08:00
parent bf810493ca
commit 0accc09c5d

View File

@ -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 {