|
@@ -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
|