Authored by yyq

增加图片预加载数量

... ... @@ -9,7 +9,7 @@ require('jquery-lazyload');
const rawLazyload = (selector, options) => {
let $imgs;
let params = {
threshold: 700 * 2 // 一页大概700 ,提前加载三、四页
threshold: 700 * 3 // 一页大概700 ,提前加载三、四页
};
if (selector instanceof $) {
... ...