mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🐞 fix: 修复默认图片显示不正确问题
This commit is contained in:
parent
592a643dd4
commit
e43018e3fa
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class="bg-image">
|
<div class="bg-image">
|
||||||
{{ if songInfo.cover == 'def' }}
|
{{ if songInfo.cover != 'def' }}
|
||||||
<img src="{{ songInfo.cover }}" alt="" class="img" width="100%">
|
<img src="{{ songInfo.cover }}" alt="" class="img" width="100%">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
<img src="{{pluResPath}}img/default.png" alt="" class="img" width="100%">
|
<img src="{{pluResPath}}img/default.png" alt="" class="img" width="100%">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user