Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
cailing
2016-07-11 13:44:35 +0800
Commit
833c08a87fe53576a01c16dce7b67f3ff60a7bcf
1 parent
167b0652
再次购买锚点位置调整
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web-static/js/cart/cart.js
web-static/js/cart/cart.js
View file @
833c08a
...
...
@@ -140,7 +140,7 @@ function scrollToFirst() {
$selected
=
$selected
.
eq
(
0
);
}
top
=
$selected
.
offset
().
top
-
50
;
top
=
$selected
.
offset
().
top
-
36
;
$
(
'html,body'
).
scrollTop
(
top
);
return
false
;
}
...
...
Please
register
or
login
to post a comment