@@ -421,7 +421,7 @@ class Exam
'score' => $score
]);
}else{
- $maxLog=5;
+ $maxLog=500000;
$logLen=ExamUserLog::where('exam_id',$exam_id)->where('exam_user_id',$examUser['id'])->count();
if($logLen>=$maxLog){
$this->error = "最多答{$maxLog}道题";