소스 검색

考试中初始抓拍不成功,则退出

Michael Wang 5 년 전
부모
커밋
7f0432ef3a
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/features/OnlineExam/Examing/ExamingHome.vue

+ 2 - 1
src/features/OnlineExam/Examing/ExamingHome.vue

@@ -245,7 +245,8 @@ export default {
 
       let initSnapshotTrialTimes = 0;
       this.initSnapInterval = setInterval(() => {
-        if (this.exam || initSnapshotTrialTimes > 12) {
+        if (this.exam || initSnapshotTrialTimes > 3) {
+          // 超过3次后,强行抓拍,如果抓拍不成功,则会因抓拍不成功而退出。
           clearInterval(this.initSnapInterval);
           this.serverLog(
             "debug/S-002001",