Commit d24dff44 by 冷斌

fix bug

parent 2e4401fa
......@@ -392,9 +392,9 @@
that.myYiZuo = [].concat(array.map( r => {
return {
id: r.exams_paper_id,
title: r.exams_paper_title,
price: r.price,
time: new Date(r.start_time).format('yyyy-mm-dd HH:MM:ss'),
title: r.paper_info.exams_paper_title,
price: r.paper_info.price,
time: new Date(r.update_time).format('yyyy-mm-dd HH:MM:ss'),
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