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
xuqi
2015-12-21 16:49:10 +0800
Commit
416b7fb4675582e37cd24c99d88ee34a0e23ee5a
1 parent
ce6b71c2
balance cannot click when current not .hide content has no .checked
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
416b7fb
...
...
@@ -16,7 +16,7 @@ var $cartContent = $('.cart-content');
var
navHammer
,
cartType
=
$
(
'#cartType'
).
val
();
var
hasChecked
=
$
(
'.cart-
goods
.icon-cb-checked'
).
length
>
0
?
true
:
false
;
//是否有选中商品
var
hasChecked
=
$
(
'.cart-
content:not(.hide)
.icon-cb-checked'
).
length
>
0
?
true
:
false
;
//是否有选中商品
require
(
'./good'
);
...
...
Please
register
or
login
to post a comment