Forráskód Böngészése

修改答题问题

dusenyao 1 éve
szülő
commit
7a0bf1cb4f
1 módosított fájl, 6 hozzáadás és 1 törlés
  1. 6 1
      src/views/exercise_questions/answer/index.vue

+ 6 - 1
src/views/exercise_questions/answer/index.vue

@@ -18,7 +18,12 @@
 
     <main class="main">
       <StartQuestion
-        v-if="curQuestionIndex === -1 && !(user_answer_record_info.is_exist_answer_record === 'true') && !isShow"
+        v-if="
+          curQuestionIndex === -1 &&
+          !(user_answer_record_info.is_exist_answer_record === 'true') &&
+          !isShow &&
+          !isSubmit
+        "
         :question-length="questionList.length"
         :answer-time-limit-minute="answer_time_limit_minute"
         @startAnswer="startAnswer"