Browse Source

fix scope error

Michael Wang 5 years ago
parent
commit
237a72917b
1 changed files with 1 additions and 1 deletions
  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();