Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
mars-static
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
2
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李靖
2017-12-26 19:28:25 +0800
Commit
2b1738510c0305acbbb7a65f3945a9eaa40e5026
1 parent
20ec3fb9
图片质量
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
package.json
src/js/common/area-common.js
package.json
View file @
2b17385
{
"name"
:
"mars-static"
,
"private"
:
true
,
"version"
:
"1.0.
1
"
,
"version"
:
"1.0.
2
"
,
"description"
:
"mars-static"
,
"main"
:
"build.js"
,
"scripts"
:
{
...
...
src/js/common/area-common.js
View file @
2b17385
...
...
@@ -9,7 +9,8 @@ let indexObj = {
},
lazyLoad
:
function
()
{
lazyload
(
$
(
'img.lazy'
),
{
threshold
:
1000
threshold
:
1000
,
q
:
80
});
},
resizeInit
:
function
()
{
...
...
Please
register
or
login
to post a comment