소스 검색

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

plg 1 년 전
부모
커밋
6c3500143e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
                 }
               }