Commit 2533fda3 by 陈超

T

parent 33773b9f
......@@ -316,7 +316,7 @@
type: "GET",
url: "{:U('course/Video/index')}" + "?api=1&search=" + that.keyword,
dataType: "json",
success: function(data) {
success: function(res) {
let array = res.data.length > 0 ? res.data : []
that.options.items = array.map( r => {
let pi = r.mz_price
......
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