fixed amountdeposit value from api, saper

This commit is contained in:
Kostya
2024-01-21 01:07:55 +03:00
parent d1be8d4cb9
commit 42d5b47a9f

View File

@@ -288,7 +288,7 @@ export default {
setTimeout( async () => { setTimeout( async () => {
await GetCurrentMoney(GetCookie('AUTHTOKEN'), GetCookie('SearchToken')) await GetCurrentMoney(GetCookie('AUTHTOKEN'), GetCookie('SearchToken'))
.then((response) => { .then((response) => {
this.amountDeposit = response this.amountDeposit = response.currentMoney
}) })
}, 1000) }, 1000)
} }