diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index cdf9479..d8abfde 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -246,7 +246,8 @@
{{ $t("contract.e7") }}
-
{{ accountInfo.account_equity }}
+ +
{{ accountInfo.openNum }}
{{ $t("contract.e1") }}
@@ -359,7 +360,7 @@ export default { visible: false, form: { type: 2,//2市价1限价 - lever_rate: "" + lever_rate: "50" }, buyform: { entrust_price: undefined, @@ -529,7 +530,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;