Commit f9d6ce5e by 冷斌

fix bug

parent 6f6b600f
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
html += "<td width='10%'>"+array['exams_point_title']+"</td>"; html += "<td width='10%'>"+array['exams_point_title']+"</td>";
html += "<td width='10%'>"+array['exams_question_type_title']+"</td>"; html += "<td width='10%'>"+array['exams_question_type_title']+"</td>";
html += "<td width='10%'>"+array['level_title']+"</td>"; html += "<td width='10%'>"+array['level_title']+"</td>";
html += "<td width='10%'>"+array['exams_module_title']+"</td>"; // html += "<td width='10%'>"+array['exams_module_title']+"</td>";
html += "</tr>"; html += "</tr>";
}) })
} else { } else {
......
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