5.10航天ui交易所pc端,代码jiem-pc
lxf
2025-06-20 d5db05869b00fb72b4944f1fdcfa147eae854bc8
修改默认
1 files modified
4 ■■■■ changed files
src/components/constract/PerpetualContract/createOrder.vue 4 ●●●● patch | view | raw | blame | history
src/components/constract/PerpetualContract/createOrder.vue
@@ -579,10 +579,10 @@
            if (!this.current_lever_rate) {
              this.current_lever_rate = hasLever
                ? this.lever_rate[this.lever_rate.length - 1]
                : "1.00X";
                : "200.00X";
              this.current_lever_rate_num = hasLever
                ? this.origin_lever[this.lever_rate.length - 1]
                : "1";
                : "200";
            }
          }
        });