瀏覽代碼

日常开发

林旭祥 4 月之前
父節點
當前提交
fb9c71878b
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. 1 0
      src/views/train/run.vue
  2. 1 0
      src/views/train/test.vue

+ 1 - 0
src/views/train/run.vue

@@ -543,6 +543,7 @@ const getChooseStudent = (track?: number) => {
     return false;
   }
   currentTrack.value = track;
+  stopFace();
   chooseStudentRef.value.open();
 };
 

+ 1 - 0
src/views/train/test.vue

@@ -442,6 +442,7 @@ const getChooseStudent = () => {
     proxy?.$modal.msgWarning("请等待");
   }
   if (examState.value == 41) {
+    stopFace()
     chooseStudentRef.value.open();
     //然后定时自动关闭
     setTimeout(() => {