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-10 12:58:12 +0800
Commit
bee955fa972d04ed67e93980e24894a1cc17cde9
1 parent
d22bd1f8
购物车文字长度限制
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/shopping/cart/util.js
public/js/shopping/cart/util.js
View file @
bee955f
...
...
@@ -50,7 +50,7 @@ var Util = {
refreshCart
:
function
(
data
,
callback
)
{
$
(
'#cart_content'
).
html
(
data
.
hasGoods
?
cartTpl
(
data
)
:
emptyCartTpl
);
$
(
'.pro-name a'
).
dotdotdot
({
$
(
'.
brand-name, .
pro-name a'
).
dotdotdot
({
wrap
:
'letter'
});
...
...
Please
register
or
login
to post a comment