From 7e8063d5ad2a0e1cc2f1ff687f9941c059ebe171 Mon Sep 17 00:00:00 2001 From: Hepatica Date: Sat, 27 Jan 2024 03:24:39 +0100 Subject: [PATCH] delete this.balance = response.currentMoney; --- luckydiamond/src/components/ChatComponent.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index 240a1dd..2e95057 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -87,11 +87,9 @@ export default { username: element.userName, icon: imageUrl, }; - + this.array.push(MsgUser); }); - - this.balance = response.currentMoney; }); }, };