Commit cba55b93 by 冷斌

fix bug

parent 9539cc97
......@@ -72,7 +72,7 @@
<div class="reportPage">
<div class="reportTop">
<p class="reportTop_t">练习题目:{$paper.exams_paper_title}</p>
<p class="reportTop_t">耗时:{$answerData['anser_time']} {:floor($answerData['anser_time']/60)}h{:$answerData['anser_time'] % 60}m</p>
<p class="reportTop_t">耗时:{:floor($answerData['anser_time']/60)}m{:$answerData['anser_time'] % 60}s</p>
</div>
<div class="reportContent">
<p class="reportContent_de">得分</p>
......
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