mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-24 08:07:23 +08:00
🐞 fix: 修复用户背景不展示的问题
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user