Commit 502de491 by 陈超

A

parent dcd2ad49
...@@ -242,12 +242,14 @@ ...@@ -242,12 +242,14 @@
if(res.status == 1) { if(res.status == 1) {
let array = res.data let array = res.data
that.zhenti = [].concat(array.map( r => { that.zhenti = [].concat(array.map( r => {
id: r.exams_paper_id, return {
title: r.exams_paper_title, id: r.exams_paper_id,
price: r.price, title: r.exams_paper_title,
count: r.questions_count, price: r.price,
time: r.reply_time, count: r.questions_count,
person: "0已做" time: r.reply_time,
person: "0已做"
}
})) }))
} }
} }
......
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