|
@@ -101,6 +101,9 @@ onMounted(() => {
|
|
}
|
|
}
|
|
}, 600)
|
|
}, 600)
|
|
clearInterval(tiemrr.value)
|
|
clearInterval(tiemrr.value)
|
|
|
|
+
|
|
|
|
+ if (zhouMove.value >= 100) return
|
|
|
|
+
|
|
tiemrr.value = setInterval(() => {
|
|
tiemrr.value = setInterval(() => {
|
|
console.log('interval')
|
|
console.log('interval')
|
|
if (zhouMove.value >= 99) clearInterval(tiemrr.value)
|
|
if (zhouMove.value >= 99) clearInterval(tiemrr.value)
|