mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
delete error label
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
|||||||
);
|
);
|
||||||
this.balance = currentMoney;
|
this.balance = currentMoney;
|
||||||
})
|
})
|
||||||
.catch((error) => {
|
.catch(() => {
|
||||||
let currentUserName = GetCookie("SpUserName");
|
let currentUserName = GetCookie("SpUserName");
|
||||||
let currentMoney = GetCurrentMoney(
|
let currentMoney = GetCurrentMoney(
|
||||||
GetCookie("AUTHTOKEN"),
|
GetCookie("AUTHTOKEN"),
|
||||||
@@ -61,6 +61,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.auth = false;
|
this.auth = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
let currentUserName = GetCookie("SpUserName");
|
let currentUserName = GetCookie("SpUserName");
|
||||||
|
|||||||
Reference in New Issue
Block a user