Commit cec9418d by 冷斌

fix bug

parent cf415361
...@@ -414,7 +414,7 @@ ...@@ -414,7 +414,7 @@
id: r.exams_paper_id, id: r.exams_paper_id,
title: r.paper_info.exams_paper_title, title: r.paper_info.exams_paper_title,
price: r.paper_info.price, price: r.paper_info.price,
time: new Date(r.update_time * 1000).Format('yyyy-mm-dd HH:MM:ss'), time: new Date(r.update_time * 1000).format('yyyy-MM-dd HH:mm:ss'),
score: r.score score: r.score
} }
})) }))
......
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