Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-09-21 18:37:21 +0800
Commit
13615af7205941e0a714590bf0dd020f0b342818
1 parent
fbda841e
lazyload
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
public/js/plugin/lazyload.js
public/js/plugin/lazyload.js
View file @
13615af
@@ -24,9 +24,10 @@ const imgSrcHandle = (imgUrl, params) => {
@@ -24,9 +24,10 @@ const imgSrcHandle = (imgUrl, params) => {
24
24
25
url
+=
extQuery
;
25
url
+=
extQuery
;
26
}
26
}
27
+
return
url
;
28
+
}
else
{
29
+
return
imgUrl
;
27
}
30
}
28
-
29
-
return
url
;
30
};
31
};
31
32
32
/**
33
/**
Please
register
or
login
to post a comment