Ver Fonte

日常开发

linxuxiang há 6 meses atrás
pai
commit
b165800701
1 ficheiros alterados com 1 adições e 0 exclusões
  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();
 };