搜索框为空时不进行歌单打开

pull/392/head
lyswhut 2020-12-07 17:32:21 +08:00
parent 785bf3ce3a
commit 2056bdb43d
1 changed files with 1 additions and 0 deletions

View File

@ -373,6 +373,7 @@ export default {
}
},
handleGetSongListDetail() {
if (!this.importSongListText.length) return
this.setSelectListInfo({
play_count: null,
id: this.importSongListText,