返回游戏流程完善
This commit is contained in:
@@ -89,7 +89,7 @@ watch(
|
||||
);
|
||||
|
||||
watch(
|
||||
() => [props.seq, props.total],
|
||||
() => [props.seq],
|
||||
() => {
|
||||
if (timer.value) clearInterval(timer.value);
|
||||
remain.value = props.total;
|
||||
|
||||
Reference in New Issue
Block a user