From a2e1998dd03497266553adea0cc564df263c116f Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Mon, 19 May 2025 10:38:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=88=E7=BA=A6=E4=B9=B0=E5=8D=96=E5=AE=8C?= =?UTF-8?q?=E5=90=8E=E9=9C=80=E8=A6=81=E6=B8=85=E9=99=A4=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/exchange-store.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index 6824160..ec3761a 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -661,6 +661,8 @@ export default { this.contractAccount(); this.buyform.amount = 0; this.sellform.amount = 0; + this.marginBuy = 0; + this.marginSell = 0; this.$message.success(this.$t("contract.f5")); this.$emit("position"); });