Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
uedxwg
2015-12-21 21:29:55 +0800
Commit
e3c851e887caef5bc202f8f56c44d24f2dd7aeb1
2 parents
b7bd799f
31c0d15c
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
e3c851e
...
...
@@ -49,6 +49,8 @@ if ($('.cart-nav').length > 0) {
//切换普通商品和预售商品购物车显示
$cartContent
.
toggleClass
(
'hide'
);
hasChecked
=
$
(
'.cart-content:not(.hide) .icon-cb-checked'
).
length
>
0
?
true
:
false
;
//trigger lazyload
$
(
window
).
trigger
(
'scroll'
);
});
...
...
Please
register
or
login
to post a comment