mo 1 year ago
parent
commit
1caa26c835
1 changed files with 0 additions and 2 deletions
  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]);
         }
-
     };
     const updateSecond = () => {
-
         console.log(mine.value);
         const lastStr = getSecond(count.value);
         count.value = mine.value * 60 + second.value;