Authored by hf

do fixes bug refs YW-783

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