ソースを参照

fix scope error

Michael Wang 5 年 前
コミット
237a72917b
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/features/OnlineExam/Examing/FaceTracking.vue

+ 1 - 1
src/features/OnlineExam/Examing/FaceTracking.vue

@@ -319,7 +319,7 @@ export default {
             closable: true,
           });
           this.failTimes = 1;
-          await this.detectTest();
+          await detectTest();
         }
         if (!routeId) return;
         await this.detectFaces();