Commit 577e2feb by 冷斌

fix bug

parent c76466f9
......@@ -377,7 +377,7 @@
let on = "{$marketConf['order_switch']}" == 1
$.ajax({
type: "GET",
url: "{:U('course/Video/index')}" + "?api=1&search=" + that.keyword,
url: "{:U('course/Video/index')}" + "?api=3&search=" + that.keyword,
dataType: "json",
success: function (res) {
let array = res.data.length > 0 ? res.data : []
......
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