Commit ad488e7f by 冷斌

个人中心 - vip

parent 774eeef7
...@@ -86,6 +86,7 @@ class ExamsPaperModel extends Model ...@@ -86,6 +86,7 @@ class ExamsPaperModel extends Model
$data[$key]['exams_count'] = intval($v['exams_count']); $data[$key]['exams_count'] = intval($v['exams_count']);
$data[$key]['reply_time'] = intval($v['reply_time']); $data[$key]['reply_time'] = intval($v['reply_time']);
$data[$key]['exams_limit'] = intval($v['exams_limit']); $data[$key]['exams_limit'] = intval($v['exams_limit']);
$data[$key]['exams_user'] = 100;
if(IS_API && $is_need == 0){ if(IS_API && $is_need == 0){
unset($data[$key]['paper_options']); unset($data[$key]['paper_options']);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment