Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
8 years ago
Commit
4087006788b8d5e4be7a31661ccde96f2e17ba55
1 parent
20f3025a
购物车滚动方法前端报错
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/cart/cart.js
web-static/js/cart/cart.js
View file @
4087006
...
...
@@ -138,10 +138,10 @@ function scrollToFirst() {
if
(
$selected
.
length
>
0
)
{
$selected
=
$selected
.
eq
(
0
);
top
=
$selected
.
offset
().
top
-
36
;
$
(
'html,body'
).
scrollTop
(
top
);
}
top
=
$selected
.
offset
().
top
-
36
;
$
(
'html,body'
).
scrollTop
(
top
);
return
false
;
}
function
isCheck
(
obj
,
className
)
{
...
...
Please
register
or
login
to post a comment