!94 fix: 移除checkImg全局index变量,防止变量污染引发问题

Merge pull request !94 from Frank Cheung/N/A
pull/97/head
kailing 2023-04-20 03:01:05 +00:00 committed by Gitee
commit 76043a5b46
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 1 deletions

View File

@ -6,9 +6,10 @@ function isInSight(el) {
return bound.top <= clientHeight + 100;
}
var index = 0;
function checkImgs() {
var index = 0;
var imgs = document.querySelectorAll('.my-photo');
for (var i = index; i < imgs.length; i++) {
if (isInSight(imgs[i])) {