Authored by 郭成尧

threshold-700

... ... @@ -36,7 +36,7 @@ const imgSrcHandle = (imgUrl, params) => {
const rawLazyload = (selector, options) => {
let $imgs;
let params = {
threshold: 600
threshold: 700
};
let imgParams = {
q: options && options.q || 75
... ...