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;