Browse Source

日常开发

林旭祥 1 day ago
parent
commit
02a0ad05e4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/ActionConfirmWindow/index.vue

+ 1 - 0
src/components/ActionConfirmWindow/index.vue

@@ -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', {});