...
|
...
|
@@ -139,7 +139,7 @@ function getGoodsList() { |
|
|
* 当scroll到1/2$goodsContainer高度后继续请求下一页数据
|
|
|
*/
|
|
|
function scrollHandler() {
|
|
|
if ($filterBox.is(':visible') && $(window).scrollTop() > $goodsContainer.height() * 0.9) {
|
|
|
if ($filterBox.is(':visible') && $(window).scrollTop() > $goodsContainer.height() * 0.6) {
|
|
|
isScrollLoad = true;
|
|
|
getGoodsList();
|
|
|
}
|
...
|
...
|
|