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
Plain Diff
Browse Files
Authored by
2586703@qq.com
2015-04-07 09:57:39 +0800
Commit
595e9733f22e232a5483356e4f4f9e70b90261d5
2 parents
c1058aa2
4c207746
Merge branch 'feature/h5detail' of
http://git.dev.yoho.cn/web/yohobuy-frontend
into feature/h5detail
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 @
595e973
...
...
@@ -71,7 +71,7 @@ exports.init = function() {
//scroll to top
if
(
!
isInit
)
{
$
(
'body'
).
animate
({
scrollTop
:
container
.
offset
().
top
scrollTop
:
container
.
offset
().
top
-
(
thumbContainer
.
hasClass
(
'static'
)
?
0
:
thumbContainer
.
outerHeight
())
},
400
);
}
else
{
isInit
=
false
;
...
...
Please
register
or
login
to post a comment