Authored by 梁志锋

update

... ... @@ -225,7 +225,7 @@ function search(opt) {
$.ajax({
type: 'GET',
url: '/newArrival/filter',
url: '/product/newsale/filter',
data: defaultOpt,
success: function(data) {
$goodsContainer.append(data);
... ...