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
lijing
8 years ago
Commit
22415b1dbdc246710d38fc73cee52fa0a35b0af1
1 parent
5e58c3a8
promotion_id传多个id
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 @
22415b1
...
...
@@ -219,7 +219,7 @@ const formatPromotion = (promo) => {
conditionUnit
:
promo
.
condition_unit
,
conditionValue
:
promo
.
condition_value
,
giftPrice
:
promo
.
gift_price
,
promotionId
:
_
.
get
(
promo
,
'ts_promotion_ids
[0]
'
,
0
),
promotionId
:
_
.
get
(
promo
,
'ts_promotion_ids'
,
0
),
promotionOriginTitle
:
promo
.
promotion_title
,
promotionTitle
:
formatPromotionTitle
(
promo
),
promotionType
:
promo
.
promotion_type
,
...
...
Please
register
or
login
to post a comment