mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
fixed amountdeposit value from api, saper
This commit is contained in:
@@ -288,7 +288,7 @@ export default {
|
||||
setTimeout( async () => {
|
||||
await GetCurrentMoney(GetCookie('AUTHTOKEN'), GetCookie('SearchToken'))
|
||||
.then((response) => {
|
||||
this.amountDeposit = response
|
||||
this.amountDeposit = response.currentMoney
|
||||
})
|
||||
}, 1000)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user