code lint

pull/1411/head
lyswhut 2023-06-09 09:55:54 +08:00
parent 3f34fa26bf
commit 6403b8ce38
1 changed files with 3 additions and 3 deletions

View File

@ -26,8 +26,8 @@ export default {
info: { info: {
name: body.data.singername, name: body.data.singername,
desc: body.data.intro, desc: body.data.intro,
img: body.data.imgurl.replace('{size}', '480') img: body.data.imgurl.replace('{size}', '480'),
} },
} }
}, },
async getSingerSongList(singerid, page, limit) { async getSingerSongList(singerid, page, limit) {
@ -55,5 +55,5 @@ export default {
albums: this.filterAlbum(body.data.info), albums: this.filterAlbum(body.data.info),
singerid, singerid,
} }
} },
} }