返回游戏流程完善

This commit is contained in:
kron
2025-07-21 10:40:43 +08:00
parent 9e83bf89f7
commit 200c05a288
9 changed files with 185 additions and 207 deletions

View File

@@ -89,7 +89,7 @@ watch(
);
watch(
() => [props.seq, props.total],
() => [props.seq],
() => {
if (timer.value) clearInterval(timer.value);
remain.value = props.total;