@@ -317,6 +317,7 @@ const getOpen = async (game: any, area: any) => {
const getExit = () => {
clearInterval(timer.value);
timer.value = null;
+ timerNum.value = 0;
speckCancel(); //停止播报
actionState.value = false;
emit('confirmExit', {});