...
|
...
|
@@ -18,10 +18,13 @@ var setting = { |
|
|
end: false
|
|
|
};
|
|
|
|
|
|
info.initInfosEvt($infoList);
|
|
|
//对于有逛收藏的页面进行事件处理
|
|
|
if ($infoList.length > 0) {
|
|
|
info.initInfosEvt($infoList);
|
|
|
|
|
|
$(window).scroll(function() {
|
|
|
if ($(window).scrollTop() + winH >= $(document).height() - 0.25 * $infoList.height()) {
|
|
|
loadMore($infoList, setting, '/home/myguang');
|
|
|
}
|
|
|
}); |
|
|
\ No newline at end of file |
|
|
$(window).scroll(function() {
|
|
|
if ($(window).scrollTop() + winH >= $(document).height() - 0.25 * $infoList.height()) {
|
|
|
loadMore($infoList, setting, '/home/myguang');
|
|
|
}
|
|
|
});
|
|
|
} |
|
|
\ No newline at end of file |
...
|
...
|
|