🐞 fix: 修复用户背景不展示的问题

This commit is contained in:
alger
2023-12-19 14:45:12 +08:00
parent 6c8229a21d
commit f70aa9e0a0
+1 -1
View File
@@ -84,7 +84,7 @@ const handlePlay = (item: any) => {
class="left"
v-if="userDetail"
:class="setAnimationClass('animate__fadeInLeft')"
:style="{ backgroundImage: `url(${user.backgroundUrl})` }"
:style="{ backgroundImage: `url(${getImgUrl(user.backgroundUrl)})` }"
>
<div class="page">
<div class="user-name">{{ user.nickname }}</div>