소스 검색

日常开发

linxuxiang 6 달 전
부모
커밋
b165800701
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/train/run.vue

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

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