浏览代码

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();