guoxiaohuan 5 سال پیش
والد
کامیت
acb389c2f1
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/strategy/animationBox.vue

+ 2 - 2
src/views/strategy/animationBox.vue

@@ -147,9 +147,9 @@ export default {
                 } else if (minG <= 5) {
                     this.dataY1Min = String(minS) + '0'
                 }
-                if (maxG > 5) {
+                if (maxG >= 5) {
                     this.dataY1Max = String(maxS + 1) + '0'
-                } else if (maxG <= 5) {
+                } else if (maxG < 5) {
                     this.dataY1Max = String(maxS) + '0'
                 }
             })