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