Browse Source

修改杠杆

master
liaoxinyu 2 years ago
parent
commit
5434e3c2f7
  1. 6
      src/views/contract/exchange-store.vue

6
src/views/contract/exchange-store.vue

@ -534,9 +534,9 @@ export default {
Contract.contractAccount(data).then(res => { Contract.contractAccount(data).then(res => {
this.accountInfo = res; this.accountInfo = res;
this.$emit("accountInfo", res); this.$emit("accountInfo", res);
if (!this.form.lever_rate) { // if (!this.form.lever_rate) {
this.form.lever_rate = res.lever_rate; // this.form.lever_rate = res.lever_rate;
} // }
if (this.form.lever_rate && !boo) { if (this.form.lever_rate && !boo) {
this.openNum(); this.openNum();
} }

Loading…
Cancel
Save