Authored by 郭成尧

load-early

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