Explorar o código

fix scope error

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
237a72917b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();