mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-28 10:57:23 +08:00
搜索结果
This commit is contained in:
@@ -17,7 +17,17 @@
|
|||||||
</template>
|
</template>
|
||||||
</n-layout>
|
</n-layout>
|
||||||
</div>
|
</div>
|
||||||
<div>{{ searchDetail }}</div>
|
<div>
|
||||||
|
<!-- 搜索到的歌曲列表 -->
|
||||||
|
<div class="search-song-list">
|
||||||
|
<template v-for="(item,index) in searchDetail?.result.song.songs">
|
||||||
|
<div class="search-song-item">
|
||||||
|
<img :src="item.al.picUrl + '?param=100y100'" alt />
|
||||||
|
<div>{{ item.name }}</div>
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user