Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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
xuqi
2015-04-02 18:25:27 +0800
Commit
4edaeaeddb7bcd2e76b497180710515ddcf14218
1 parent
100893da
加快scroll速度
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mobile/public/js/article-type-three.js
mobile/public/js/article-type-three.js
View file @
4edaeae
...
...
@@ -44,7 +44,7 @@ exports.init = function() {
if
(
!
isInit
)
{
$
(
'body'
).
animate
({
scrollTop
:
container
.
offset
().
top
},
8
00
);
},
4
00
);
}
else
{
isInit
=
false
;
}
...
...
Please
register
or
login
to post a comment