Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-08-08 17:46:08 +0800
Commit
724b57b179d994079dae1e000bb80691ba6811e3
1 parent
f97313e4
购物车刷新商品名格式化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/shopping/cart/util.js
public/js/shopping/cart/util.js
View file @
724b57b
...
...
@@ -50,6 +50,10 @@ var Util = {
refreshCart
:
function
(
data
,
callback
)
{
$
(
'#cart_content'
).
html
(
data
.
hasGoods
?
cartTpl
(
data
)
:
emptyCartTpl
);
$
(
'.pro-name a'
).
dotdotdot
({
wrap
:
'letter'
});
if
(
callback
)
{
return
callback
();
}
...
...
Please
register
or
login
to post a comment