소스 검색

日常开发

林旭祥 3 일 전
부모
커밋
02a0ad05e4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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', {});