diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index 5c4a01d..834926a 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -8,7 +8,7 @@
- +

{{ username }}

{{ balance }}

@@ -65,6 +65,7 @@ export default { data() { return { username: 'Artemka', + imageUrl: '', balance: 25000, openModal: false, payments: true, @@ -73,7 +74,7 @@ export default { }, created() { this.username = GetCookie('SpUserName') - console.log(this.username) + this.imageUrl = `https://visage.surgeplay.com/front/256/${this.username}` }, methods: { formatNumber(number) {