Commit 126f139e by 冷斌

fix bug

parent 35e2edf4
...@@ -440,7 +440,10 @@ ...@@ -440,7 +440,10 @@
return { return {
id: r.exams_paper_id, id: r.exams_paper_id,
title: r.exams_paper_title, title: r.exams_paper_title,
price: r.price price: r.price,
attach: r.attach,
is_buy: r.is_buy,
hasQuestion: r.hasQuestion
} }
}) })
} }
......
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