...
|
...
|
@@ -314,6 +314,6 @@ $(window).scroll(function() { |
|
|
//当scroll到1/4$goodsContainer高度后继续请求下一页数据
|
|
|
if ($(window).scrollTop() + winH >
|
|
|
$(document).height() - 0.25 * $goodsContainer.height()) {
|
|
|
+search();
|
|
|
search();
|
|
|
}
|
|
|
}); |
|
|
\ No newline at end of file |
...
|
...
|
|