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
biao
2015-12-21 20:42:23 +0800
Commit
07031cc409f2691da62291d372ba7baa35f4969b
1 parent
76b9a245
fix issue of recommand for you did not show on cart page. code review by XWG
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 @
07031cc
...
...
@@ -83,7 +83,7 @@ $('.chose').on('touchend', function() {
chosePanel
.
show
();
});
if
(
$
(
'.
cart-zero'
).
length
>
0
)
{
if
(
$
(
'.
shopping-cart-good'
).
length
<=
0
)
{
require
(
'../product/recommend-for-you'
);
}
...
...
Please
register
or
login
to post a comment