diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index d7aff51..422df4a 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -76,8 +76,8 @@ export default { created() { this.username = GetCookie('SpUserName') this.balance = GetCurrentMoney( - GetCookie('AUTHTOKEN'), - GetCookie('SearchToken') + { authToken: GetCookie('AUTHTOKEN') }, + { serachToken: GetCookie('SearchToken') } ) console.log('Created Hook - Profile page = balance = ', this.balance) this.imageUrl = `https://visage.surgeplay.com/front/256/${this.username}`