mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
fixed value get from response for balance
This commit is contained in:
@@ -377,7 +377,7 @@ export default {
|
|||||||
eventBus.on('Updatebalance-saper', () => {
|
eventBus.on('Updatebalance-saper', () => {
|
||||||
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.balance = response
|
this.balance = response.currentMoney
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user