Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
shuaiguo
2020-04-08 10:44:45 +0800
Commit
da9a3c891fa630fe942bb154679f2bf68e316d7e
2 parents
5730976c
20c754cb
Merge branch 'refs/heads/feature/reduce' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
apps/cart/models/cart-helper.js
apps/cart/models/cart-helper.js
View file @
da9a3c8
...
...
@@ -18,7 +18,8 @@ const PROMOTION_TYPE_TAG_MAP = {
SpecifiedAmount
:
'满减'
,
// X件X元
FreeShippingCost
:
'免运费'
,
VipFreeShippingCost
:
'免运费'
,
Payment
:
'折扣'
// apple pay
Payment
:
'折扣'
,
// apple pay
LoopCashReduce
:
'每满减'
};
const
GOODS_TYPE_TAG_MAP
=
{
...
...
Please
register
or
login
to post a comment