v3
This commit is contained in:
parent
3f51b05a1a
commit
b4086ff8f9
6 changed files with 42 additions and 71 deletions
|
@ -145,8 +145,8 @@
|
|||
let friends = this.badges[this.item.attributes.playParams.id ?? this.item.id]
|
||||
if (friends) {
|
||||
friends.forEach(function (friend) {
|
||||
self.app.mk.api.socialProfile(friend).then(data => {
|
||||
self.itemBadges.push(data)
|
||||
self.app.mk.api.v3.music(`/v1/social/${app.mk.storefrontId}/social-profiles/${friend}`).then(data => {
|
||||
self.itemBadges.push(data.data.data[0])
|
||||
})
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue