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
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
2015-12-21 22:20:23 +0800
Commit
eaf99168a8adde0b79d7916812d88ca1bb7cb44c
1 parent
e3c851e8
'update'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/js/product/suspend-cart.js
static/js/product/suspend-cart.js
View file @
eaf9916
...
...
@@ -19,6 +19,9 @@ $.ajax({
if
(
count
>
99
)
{
count
=
'99+'
;
}
if
(
count
===
0
)
{
$
(
'.cart-count'
).
remove
();
}
$cart
.
find
(
'.cart-count'
).
html
(
count
).
removeClass
(
'hide'
);
}
}
...
...
Please
register
or
login
to post a comment