Explorar o código

定时器清理

Michael Wang %!s(int64=5) %!d(string=hai) anos
pai
achega
9e97d9540c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

+ 3 - 0
src/features/OnlineExam/Examing/FaceMotion/FaceMotion.vue

@@ -867,6 +867,9 @@ export default {
             resolve();
             clearInterval(interval);
           }
+          if (document.getElementById("inputVideo") === null) {
+            clearInterval(interval);
+          }
         }, 300);
       });
       console.log(videoEl.readyState, faceapi.nets.tinyFaceDetector.params);