|
@@ -15,6 +15,7 @@
|
|
|
import { defineProps, ref, onMounted, onUnmounted } from 'vue'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
import { useScheduler } from '@/hook/index'
|
|
|
+import { prop } from 'vue-class-component'
|
|
|
|
|
|
const staticImg = {
|
|
|
forward: require('@LP/assets/forward.png'),
|
|
@@ -63,6 +64,10 @@ const countDownFn = () => {
|
|
|
countDown.value--
|
|
|
if (countDown.value <= 1) {
|
|
|
stx.pause()
|
|
|
+ props.goPage()
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
},
|
|
|
delay: 1000
|