linxuxiang 6 mēneši atpakaļ
vecāks
revīzija
0656cfae81
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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();
 };