mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
upd debuger
This commit is contained in:
@@ -76,7 +76,7 @@ export default {
|
|||||||
let currentUserName = GetCookie("SpUserName");
|
let currentUserName = GetCookie("SpUserName");
|
||||||
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
GetCurrentMoney(GetCookie("AUTHTOKEN"), GetCookie("SearchToken"))
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
console.log(`route - ${this.$route}`)
|
console.log(`route - ${this.$route.name}`)
|
||||||
this.balance = response.currentMoney;
|
this.balance = response.currentMoney;
|
||||||
console.log(response);
|
console.log(response);
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user