Commit 76b73433 by 冷斌

fix bug

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