Commit 502de491 by 陈超

A

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