Commit b2ecc281 by 冷斌

fix bug

parent 67c5ea4a
...@@ -328,7 +328,8 @@ ...@@ -328,7 +328,8 @@
price: r.price, price: r.price,
count: r.questions_count, count: r.questions_count,
time: r.reply_time, time: r.reply_time,
person: r.exams_user + "已做" person: r.exams_user + "已做",
is_buy: r.is_buy
} }
})) }))
if(that.condition.length == 0) { if(that.condition.length == 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