交易所前端蓝色ui 4.5 jiem
lxf
2025-05-14 31a83539c601c569288daaf375e9553422d2d2ec
src/components/constract/PerpetualContract/createOrder.vue
@@ -399,7 +399,7 @@
        return 0;
      } else {
        if (this.lever_rate.length > 0) {
          return parseInt(amount / this.current_lever_rate_num);
          return parseInt(amount * this.current_lever_rate_num);
        } else if (this.lever_rate.length == 0) {
          return parseInt(amount / 1);
        }