Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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); |
-
Please register or login to post a comment