作者 何书鹏
1 个管道 的构建 通过 耗费 1 秒

合并分支 'heshupeng' 到 'master'

PC端答题优化



查看合并请求 !256
... ... @@ -517,6 +517,7 @@ class Exam extends Api
if(!empty($correct)){
$correct = explode(',',$correct);
}
$answer1 = [];
if(!empty($answer)){
$answer1 = explode(',',$answer);
}
... ...