Commit f14d94be by 冷斌

fix bug

parent 776eceaa
...@@ -277,7 +277,8 @@ ...@@ -277,7 +277,8 @@
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,
is_buy: r.is_buy
} }
}) })
opt.page = result.nowPage opt.page = result.nowPage
......
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