Authored by xuqi

touchmove->scroll

... ... @@ -383,7 +383,7 @@ exports.init = function() {
});
//加载更多
$(document).on('touchmove', function(e) {
$(document).scroll(function(e) {
//当scroll到1/4$goodsContainer高度后继续请求
if (canLoadAjax && $(window).scrollTop() + winH >
$(document).height() - 0.25 * $goodsContainer.height()) {
... ...