Commit acbe1082 by 陈超

T

parent 043f934d
......@@ -317,7 +317,8 @@
url: "{:U('course/Video/index')}" + "?api=1&search=" + that.keyword,
dataType: "json",
success: function(data) {
console.log(data)
let res = JSON.parse(data)
console.log(res)
}
})
},
......
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