Commit 16b67ac7 by 刘海龙

111

parent 73b59798
......@@ -438,7 +438,8 @@
url: "{:U('exams/Index/paper')}" + "&api=2&c=" + that.conditionId +"&p=" + this.page,
dataType: "json",
success: function(res) {
console.log(res)
console.log(res.data.data)
console.log("真题下载方法调用了")
if(res.status == 1) {
let array = res.data.data.length > 0 ? res.data.data : []
that.download = array.concat(array.map( r => {
......
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