mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed icons user url
This commit is contained in:
@@ -23,7 +23,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
balance: 0,
|
balance: 0,
|
||||||
auth: false,
|
auth: false,
|
||||||
imageUrl: "https://visage.surgeplay.com/face/55/",
|
imageUrl: "https://avatar.spworlds.ru/face/55/",
|
||||||
userName: "",
|
userName: "",
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ export default {
|
|||||||
console.error('error in profile, get money', error)
|
console.error('error in profile, get money', error)
|
||||||
})
|
})
|
||||||
|
|
||||||
this.imageUrl = `https://visage.surgeplay.com/front/256/${this.username}`
|
this.imageUrl = `https://avatar.spworlds.ru/front/256/${this.username}`
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
depositClick() {
|
depositClick() {
|
||||||
|
|||||||
Reference in New Issue
Block a user