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
xuqi
9 years ago
Commit
7d5b7cd10f8444f4b941df2210ca45a1889cd79c
1 parent
4f5b4bb9
bg rgb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/shopping/cart/cart.js
public/js/shopping/cart/cart.js
View file @
7d5b7cd
...
...
@@ -396,7 +396,8 @@ Cart = {
sizes
:
color
.
sizes
,
pic
:
color
.
thumbs
[
0
],
selectable
:
color
.
total
>
0
,
colorName
:
color
.
name
colorName
:
color
.
name
,
rbg
:
color
.
rgb
});
if
(
color
.
color
===
defaultColor
&&
color
.
cur
)
{
defaultImg
=
color
.
thumbs
[
0
];
...
...
Please
register
or
login
to post a comment