1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

fix: 修复瞬间详情显示bug

This commit is contained in:
小莫唐尼
2025-07-22 00:40:36 +08:00
parent eac027c116
commit 9c4d2242ae
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -121,6 +121,7 @@
name: null
},
moment: null,
tagColors: ['orange', 'green', 'red', 'blue'],
videoContexts: {},
currentVideoId: null
};
@@ -139,7 +140,7 @@
},
// 获取博主信息
bloggerInfo() {
const blogger = this.$tm.vx.getters().getConfigs.authorConfig.blogger;
const blogger = this.haloConfigs.authorConfig.blogger;
blogger.avatar = this.$utils.checkAvatarUrl(blogger.avatar, true);
return blogger;
},