delete this.balance = response.currentMoney;

This commit is contained in:
Hepatica
2024-01-27 03:24:39 +01:00
parent 0151af15bd
commit 7e8063d5ad

View File

@@ -87,11 +87,9 @@ export default {
username: element.userName,
icon: imageUrl,
};
this.array.push(MsgUser);
});
this.balance = response.currentMoney;
});
},
};