Authored by runner

search update

@@ -469,7 +469,6 @@ function scrollHandler() { @@ -469,7 +469,6 @@ function scrollHandler() {
469 if (curScrollTop > previousScrollTop && 469 if (curScrollTop > previousScrollTop &&
470 (curScrollTop + winH > 470 (curScrollTop + winH >
471 $(document).height() - 0.25 * $goodsContainer.height() - 50)) { 471 $(document).height() - 0.25 * $goodsContainer.height() - 50)) {
472 - console.log('sss');  
473 if (typeof $pre !== 'undefined') { 472 if (typeof $pre !== 'undefined') {
474 if (defaultParams) { 473 if (defaultParams) {
475 search({type: 'category'}, defaultParams); 474 search({type: 'category'}, defaultParams);