正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -517,6 +517,7 @@ class Exam extends Api | @@ -517,6 +517,7 @@ class Exam extends Api | ||
517 | if(!empty($correct)){ | 517 | if(!empty($correct)){ |
518 | $correct = explode(',',$correct); | 518 | $correct = explode(',',$correct); |
519 | } | 519 | } |
520 | + $answer1 = []; | ||
520 | if(!empty($answer)){ | 521 | if(!empty($answer)){ |
521 | $answer1 = explode(',',$answer); | 522 | $answer1 = explode(',',$answer); |
522 | } | 523 | } |
-
请 注册 或 登录 后发表评论