소스 검색

日常开发

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

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

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