mirror of
https://gitee.com/kekingcn/file-online-preview.git
synced 2025-04-05 17:37:49 +08:00
懒加载同时加载水印
This commit is contained in:
parent
3dcd183171
commit
5ecb5f667d
@ -19,12 +19,9 @@ function checkImgs() {
|
||||
}
|
||||
|
||||
function loadImg(el) {
|
||||
var loaded = el.getAttribute("loaded");
|
||||
if (!Boolean(loaded)) {
|
||||
var source = el.getAttribute("data-src");
|
||||
el.setAttribute("loaded", true);
|
||||
el.src = source;
|
||||
}
|
||||
var source = el.getAttribute("data-src");
|
||||
el.src = source;
|
||||
|
||||
}
|
||||
// var mustRun = 500
|
||||
// function throttle(fn, mustRun) {
|
||||
|
Loading…
Reference in New Issue
Block a user