|  | @@ -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"
 |