Commit f8774b9e by lijiabin

【需求 21170】 fix: 修复问吧部分头像bug

parent 5a97bef5
......@@ -252,7 +252,7 @@ const emit = defineEmits<{
// Store
const userStore = useUserStore()
const { userInfo } = storeToRefs(userStore)
const currentUserAvatar = computed(() => userInfo.value.hiddenAvatar)
const currentUserAvatar = computed(() => userInfo.value.avatar)
// State
const visible = ref(false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment