Commit 44e6d026 by 陈超

T

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