lvkun996 1 year ago
parent
commit
297657d31a
2 changed files with 1 additions and 4 deletions
  1. BIN
      dist.zip
  2. 1 4
      src/pages/LearnPlan/components/LearnPlanButton.vue

BIN
dist.zip


+ 1 - 4
src/pages/LearnPlan/components/LearnPlanButton.vue

@@ -12,7 +12,7 @@
 
 <script lang="ts" setup >
 
-import { defineProps, ref, onMounted, onUnmounted } from 'vue'
+import { defineProps, ref, onMounted, onUnmounted, defineEmits } from 'vue'
 import { useRouter } from 'vue-router'
 import { useScheduler } from '@/hook/index'
 import { prop } from 'vue-class-component'
@@ -65,9 +65,6 @@ const countDownFn = () => {
       if (countDown.value <= 1) {
         stx.pause()
         props.goPage()
-      
-        
-      
       }
     },
     delay: 1000