Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
陈峰
8 years ago
Commit
16823453f3c3eb6d4b59a20bdcba31b5597ab88b
1 parent
d86393ac
购物车显示厂家颜色
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
utils/cart-process.js
utils/cart-process.js
View file @
1682345
...
...
@@ -100,7 +100,7 @@ const formatCartGoods = (goodData, isAdvanceCart, isValid, inValidLow) => {
skn
:
goodData
.
product_skn
,
name
:
goodData
.
product_name
,
thumb
:
goodData
.
goods_images
?
helpers
.
image
(
goodData
.
goods_images
,
120
,
160
)
:
''
,
color
:
goodData
.
color_name
,
color
:
goodData
.
factory_goods_name
||
goodData
.
color_name
,
size
:
goodData
.
size_name
,
checked
:
goodData
.
selected
===
'Y'
,
price
:
transPrice
(
goodData
.
last_vip_price
),
...
...
Please
register
or
login
to post a comment