change comment line

This commit is contained in:
Hepatica
2023-12-02 02:32:53 +01:00
parent b4af934922
commit 40e369ea12

View File

@@ -48,15 +48,15 @@ export default {
} else { } else {
let currentUserName = GetCookie("SpUserName"); let currentUserName = GetCookie("SpUserName");
let currentMoney = GetCurrentMoney( // let currentMoney = GetCurrentMoney(
"2405bf72008f835c9f5b336a84d3efbd7a742b828ca41fcaab1c40ca842e6425" // "2405bf72008f835c9f5b336a84d3efbd7a742b828ca41fcaab1c40ca842e6425"
); // );
// let currentMoney = GetCurrentMoney(GetCookie("AuthToken")); // let currentMoney = GetCurrentMoney(GetCookie("AuthToken"));
if (currentUserName) { if (currentUserName) {
this.imageUrl = this.imageUrl + `${currentUserName}.png`; this.imageUrl = this.imageUrl + `${currentUserName}.png`;
this.auth = true; this.auth = true;
this.balance = currentMoney; // this.balance = currentMoney;
} else { } else {
this.auth = false; this.auth = false;
} }