Explorar o código

修改智能对出现量表的逻辑

plg hai 1 ano
pai
achega
6c3500143e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/renderer/components/Smart1.vue

+ 1 - 0
src/renderer/components/Smart1.vue

@@ -1276,6 +1276,7 @@ export default {
                 let ban = Math.ceil(this.totalFlag / 2);
                 if (this.moonNegative >= ban) {
                   this.startScale();
+                  this.totalFlag=0;
                 }
               }