Commit a890284c by 陈超

T

parent 5103cce1
......@@ -341,7 +341,7 @@
let that = this
$.ajax({
type: "GET",
url: "{:U('mall/Goods/index')}"+"?api=1&search=" + that.keyword,
url: "{:U('mall/Goods/index')}"+"?api=1&search=" + '',
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