From 213eb96efbdb55d456251ea57030347c83d3bf04 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Tue, 6 Aug 2024 15:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E7=BA=A6=E5=8D=96?= =?UTF-8?q?=E5=B8=81=E7=9A=84=E5=8F=AF=E5=BC=80=E4=B8=8D=E8=83=BD=E5=8F=98?= =?UTF-8?q?=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/contract/exchange-store.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index 583fcd2..7985055 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -254,7 +254,7 @@
{{ $t("contract.e7") }}
-
{{ accountInfo.account_equity }}
+
{{ accountInfo.openNum }}
{{ $t("contract.e1") }}
@@ -369,7 +369,7 @@ export default { visible: false, form: { type: 2,//2市价1限价 - lever_rate: "" + lever_rate: "50" }, buyform: { entrust_price: undefined, @@ -539,7 +539,8 @@ export default { if (!this.isLogin) return; // if (!this.contractOpen) return; let data = { - symbol: this.symbol + symbol: this.symbol, + lever_rate: this.form.lever_rate //10 }; Contract.contractAccount(data).then(res => { this.accountInfo = res;