Michael Wang 5 лет назад
Родитель
Сommit
ad0c61d41e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/features/OnlineExam/Examing/ExamingHome.vue

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

@@ -568,7 +568,7 @@ export default {
       {
         const examRecordDataId = this.$route.params.examRecordDataId;
 
-        for (let i = 0; i < 5; i++) {
+        for (let i = 0; i < 100; i++) {
           try {
             const faceBiopsyBaseInfoData = await this.$http.get(
               "/api/ecs_oe_student/faceBiopsy/getFaceBiopsyBaseInfo?examRecordDataId=" +