From 40e369ea1208b27d1e0a1ee9934a03142af95392 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sat, 2 Dec 2023 02:32:53 +0100 Subject: [PATCH] change comment line --- luckydiamond/src/components/HeaderComponent.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/luckydiamond/src/components/HeaderComponent.vue b/luckydiamond/src/components/HeaderComponent.vue index 46048b5..92a5385 100644 --- a/luckydiamond/src/components/HeaderComponent.vue +++ b/luckydiamond/src/components/HeaderComponent.vue @@ -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; }