浏览代码

日常开发

林旭祥 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 = () => {
 const getExit = () => {
   clearInterval(timer.value);
   clearInterval(timer.value);
   timer.value = null;
   timer.value = null;
+  timerNum.value = 0;
   speckCancel(); //停止播报
   speckCancel(); //停止播报
   actionState.value = false;
   actionState.value = false;
   emit('confirmExit', {});
   emit('confirmExit', {});