socialBadgingMap
This commit is contained in:
parent
12b9785a62
commit
5de86d3233
1 changed files with 3 additions and 3 deletions
|
@ -382,9 +382,9 @@ const app = new Vue({
|
|||
}) {
|
||||
let self = this
|
||||
try {
|
||||
app.mk.api.socialBadgingMap().then(data => {
|
||||
self.socialBadges.badgeMap = data.badgingMap
|
||||
cb(data.badgingMap)
|
||||
app.mk.api.v3.music("/v1/social/badging-map").then(data => {
|
||||
self.socialBadges.badgeMap = data.data.results.badgingMap
|
||||
cb(data.data.results.badgingMap)
|
||||
})
|
||||
} catch (ex) {
|
||||
this.socialBadges.badgeMap = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue