Authored by hf

do fixes bug refs YW-783

... ... @@ -54,7 +54,8 @@ $(window).scroll(function () {
return;
}
loading = true;
num = $goodList.children('.good-info').length;
// num = $goodList.children('.good-info').length;
$.ajax({
type: 'GET',
url: '/product/newsale/selectNewSale',
... ...