code lint
parent
3f34fa26bf
commit
6403b8ce38
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue