|
@@ -69,7 +69,7 @@ export default defineComponent({
|
|
|
{item.type === 'IMG' && <img src={item.content} />}
|
|
|
{item.type === 'AUDIO' && <img src={item.content} />}
|
|
|
{item.type === 'SONG' && (
|
|
|
- <img src="https://cloud-coach.ks3-cn-beijing.ksyuncs.com/music-sheet-first/1687673062603-1.png" />
|
|
|
+ <img src={item.img} />
|
|
|
)}
|
|
|
</div>
|
|
|
<div class={styles.title}>
|