mo 1 년 전
부모
커밋
1caa26c835
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/components/timerMeter/components/countdown.tsx

+ 0 - 2
src/components/timerMeter/components/countdown.tsx

@@ -217,10 +217,8 @@ export default defineComponent({
           }
           }
           flipObjs.value[i].value.flipUp(lastStr[i], str[i]);
           flipObjs.value[i].value.flipUp(lastStr[i], str[i]);
         }
         }
-
     };
     };
     const updateSecond = () => {
     const updateSecond = () => {
-
         console.log(mine.value);
         console.log(mine.value);
         const lastStr = getSecond(count.value);
         const lastStr = getSecond(count.value);
         count.value = mine.value * 60 + second.value;
         count.value = mine.value * 60 + second.value;