mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
change comment line
This commit is contained in:
@@ -48,15 +48,15 @@ export default {
|
||||
} else {
|
||||
let currentUserName = GetCookie("SpUserName");
|
||||
|
||||
let currentMoney = GetCurrentMoney(
|
||||
"2405bf72008f835c9f5b336a84d3efbd7a742b828ca41fcaab1c40ca842e6425"
|
||||
);
|
||||
// let currentMoney = GetCurrentMoney(
|
||||
// "2405bf72008f835c9f5b336a84d3efbd7a742b828ca41fcaab1c40ca842e6425"
|
||||
// );
|
||||
// let currentMoney = GetCurrentMoney(GetCookie("AuthToken"));
|
||||
|
||||
if (currentUserName) {
|
||||
this.imageUrl = this.imageUrl + `${currentUserName}.png`;
|
||||
this.auth = true;
|
||||
this.balance = currentMoney;
|
||||
// this.balance = currentMoney;
|
||||
} else {
|
||||
this.auth = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user