Commit 31154ff0 by 陈超

A

parent 24e614a6
...@@ -249,7 +249,7 @@ ...@@ -249,7 +249,7 @@
type: "GET", type: "GET",
url: "{:U('course/Video/index')}" + "?api=1", url: "{:U('course/Video/index')}" + "?api=1",
dataType: "json", dataType: "json",
success: function(res) { success: function(data) {
that.loading = false that.loading = false
let res = data let res = data
let opt = that.options[0] let opt = that.options[0]
......
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