mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed amountdeposit value from api, saper
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user