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