Commit 76b73433 by 冷斌

fix bug

parent 61b10981
......@@ -310,7 +310,6 @@
that.loading = false
let res = data
let opt = that.options[1]
console.log(res);
if(res.status == 1) {
let result = res.data
let array = result.data.length > 0 ? result.data : []
......@@ -319,7 +318,8 @@
id: r.exams_paper_id,
title: r.exams_paper_title,
price: r.price,
is_buy: r.is_buy
is_buy: r.is_buy,
attach: r.attach
}
})
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