Commit c1691136 by 陈超

TT

parent c8b3808e
...@@ -194,7 +194,7 @@ ...@@ -194,7 +194,7 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('mall/Goods/index')}", url: "{:U('mall/Goods/index')}",
data: "p=" + 1 + data: "api=1&p=" + 1 +
"&sort_type={$_GET['sort_type']}&cateId={$_GET['cateId']}", "&sort_type={$_GET['sort_type']}&cateId={$_GET['cateId']}",
dataType: "json", dataType: "json",
success: function (data) { success: function (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