瀏覽代碼

日常开发

linxuxiang 4 月之前
父節點
當前提交
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();
 };