fix: some bugs

This commit is contained in:
qier222 2020-10-31 12:05:28 +08:00
parent 6c9cb56c78
commit 8c17b70f3c
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
8 changed files with 64 additions and 28 deletions

View file

@ -121,7 +121,7 @@ export default {
},
created() {
if (this.$route.name === "likedSongs") {
this.loadData(this.data.user.likedSongPlaylistID);
this.loadData(this.data.likedSongPlaylistID);
} else {
this.loadData(this.$route.params.id);
}