Showing
1 changed file
with
1 additions
and
1 deletions
@@ -225,7 +225,7 @@ function search(opt) { | @@ -225,7 +225,7 @@ function search(opt) { | ||
225 | 225 | ||
226 | $.ajax({ | 226 | $.ajax({ |
227 | type: 'GET', | 227 | type: 'GET', |
228 | - url: '/newArrival/filter', | 228 | + url: '/product/newsale/filter', |
229 | data: defaultOpt, | 229 | data: defaultOpt, |
230 | success: function(data) { | 230 | success: function(data) { |
231 | $goodsContainer.append(data); | 231 | $goodsContainer.append(data); |
-
Please register or login to post a comment