Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-06-23 11:30:37 +0800
Commit
e9878169cb65de681f6ced700e7795bd98907c8d
1 parent
c4688f7e
购物车数量同步
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/header.js
public/js/header.js
View file @
e987816
...
...
@@ -177,6 +177,7 @@ function loadCartDetail(key) {
carData
:
data
}));
}
else
{
syncCratInfo
(
'{"_k":"'
+
$goCart
.
data
().
key
+
'","_nac":0,"_ac":0,"_r":0}'
);
$miniCart
.
html
(
'<div class="empty-cart"><h3>您的购物车暂无商品</h3></div>'
);
}
}
...
...
Please
register
or
login
to post a comment