linxuxiang 9 mesiacov pred
rodič
commit
b165800701
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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();
 };