mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-05-18 19:47:29 +08:00
🐞 fix: 修复用户背景不展示的问题
This commit is contained in:
@@ -84,7 +84,7 @@ const handlePlay = (item: any) => {
|
|||||||
class="left"
|
class="left"
|
||||||
v-if="userDetail"
|
v-if="userDetail"
|
||||||
:class="setAnimationClass('animate__fadeInLeft')"
|
:class="setAnimationClass('animate__fadeInLeft')"
|
||||||
:style="{ backgroundImage: `url(${user.backgroundUrl})` }"
|
:style="{ backgroundImage: `url(${getImgUrl(user.backgroundUrl)})` }"
|
||||||
>
|
>
|
||||||
<div class="page">
|
<div class="page">
|
||||||
<div class="user-name">{{ user.nickname }}</div>
|
<div class="user-name">{{ user.nickname }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user