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