mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-14 06:30:49 +08:00
搜索结果
This commit is contained in:
@@ -17,7 +17,17 @@
|
||||
</template>
|
||||
</n-layout>
|
||||
</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>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user