Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
XieZhiXiong
jinfa-platform
Commits
d65fb4ee
Commit
d65fb4ee
authored
Feb 21, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 补充优惠券翻译
parent
8480f4c0
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
merchantCoupon.ts
src/locales/en-US/marketingAbility/merchantCoupon.ts
+1
-1
index.tsx
...ility/merchantCoupon/components/ApplicableGoods/index.tsx
+1
-1
index.tsx
...tingAbility/merchantCoupon/components/BacisInfo/index.tsx
+1
-1
index.tsx
...nUnsubmitted/components/ApplicableGoodsFormItem/index.tsx
+1
-1
index.tsx
...erchantCouponUnsubmitted/components/GoodsDrawer/index.tsx
+1
-1
No files found.
src/locales/en-US/marketingAbility/merchantCoupon.ts
View file @
d65fb4ee
...
...
@@ -51,7 +51,7 @@ export default {
'merchantCoupon.useCondition'
:
'Conditions of use'
,
'merchantCoupon.use'
:
'Use'
,
'merchantCoupon.ReceivingConditions'
:
'Receiving Conditions'
,
'merchantCoupon.zhang'
:
'
张
'
,
'merchantCoupon.zhang'
:
'
Piece
'
,
'merchantCoupon.daily'
:
'Daily'
,
'merchantCoupon.Vipname'
:
'Member Name'
,
'merchantCoupon.lfy'
:
'Member Type'
,
...
...
src/pages/transaction/marketingAbility/merchantCoupon/components/ApplicableGoods/index.tsx
View file @
d65fb4ee
...
...
@@ -101,7 +101,7 @@ const ApplicableGoods: React.FC<IProps> = (props) => {
const
unitPrice
=
normalizeUnitPrice
(
text
);
const
start
=
unitPrice
[
0
]?.
price
;
const
end
=
unitPrice
[
unitPrice
.
length
-
1
]?.
price
;
return
start
!==
end
?
`
¥
${
start
}
~
${
end
}
`
:
`¥
${
start
}
`
;
return
start
!==
end
?
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
start
}
~
${
end
}
`
:
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
start
}
`
;
},
},
];
...
...
src/pages/transaction/marketingAbility/merchantCoupon/components/BacisInfo/index.tsx
View file @
d65fb4ee
...
...
@@ -98,7 +98,7 @@ const CouponBacisInfo: React.FC<PropsType> = (props: PropsType) => {
},
{
title
:
intl
.
formatMessage
({
id
:
'merchantCoupon.moneySize'
}),
value
:
`
¥
${
dataSource
.
denomination
||
''
}
`
,
value
:
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
dataSource
.
denomination
||
''
}
`
,
},
{
title
:
intl
.
formatMessage
({
id
:
'merchantCoupon.couponEndTime'
}),
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponUnsubmitted/components/ApplicableGoodsFormItem/index.tsx
View file @
d65fb4ee
...
...
@@ -75,7 +75,7 @@ const ApplicableGoodsFormItem = (props) => {
const
unitPrice
=
normalizeUnitPrice
(
text
);
const
start
=
unitPrice
[
0
]?.
price
;
const
end
=
unitPrice
[
unitPrice
.
length
-
1
]?.
price
;
return
start
!==
end
?
`
¥
${
start
}
~
${
end
}
`
:
`¥
${
start
}
`
;
return
start
!==
end
?
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
start
}
~
${
end
}
`
:
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
start
}
`
;
},
},
(
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponUnsubmitted/components/GoodsDrawer/index.tsx
View file @
d65fb4ee
...
...
@@ -184,7 +184,7 @@ const GoodsDrawer: React.FC<IProps> = (props) => {
const
unitPrice
=
normalizeUnitPrice
(
text
);
const
start
=
unitPrice
[
0
]?.
price
;
const
end
=
unitPrice
[
unitPrice
.
length
-
1
]?.
price
;
return
start
!==
end
?
`
¥
${
start
}
~
${
end
}
`
:
`¥
${
start
}
`
;
return
start
!==
end
?
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
start
}
~
${
end
}
`
:
`
${
intl
.
formatMessage
({
id
:
'common.money'
},
{
default
:
'¥'
})}
${
start
}
`
;
},
},
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment