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
shenshaokai
jinfa-platform
Commits
74718d2c
Commit
74718d2c
authored
Feb 21, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'v2' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into v2
parents
e873285e
d65fb4ee
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
10 additions
and
11 deletions
+10
-11
merchantCoupon.ts
src/locales/en-US/marketingAbility/merchantCoupon.ts
+1
-1
index.tsx
src/pages/commodity/products/constant/index.tsx
+3
-4
useGetLayout.ts
...nagement/activePage/fixtures/common/hooks/useGetLayout.ts
+1
-1
index.tsx
...ivePage/fixtures/components/Layouts/Combination/index.tsx
+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 @
74718d2c
...
...
@@ -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/commodity/products/constant/index.tsx
View file @
74718d2c
...
...
@@ -88,12 +88,11 @@ export enum CommodityImagesType {
/** 商品的操作文本 */
export
const
opeartionLabel
=
[
''
,
'提交审核'
,
'修改商品'
,
'审核商品'
getIntl
().
formatMessage
({
id
:
'commodity.products.constant.opeartionLabel.1'
})
,
getIntl
().
formatMessage
({
id
:
'commodity.products.constant.opeartionLabel.2'
})
,
getIntl
().
formatMessage
({
id
:
'commodity.products.constant.opeartionLabel.3'
})
]
/** 查看商品 审核历史列 */
export
const
columns
:
ColumnType
<
any
>
[]
=
[
{
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/common/hooks/useGetLayout.ts
View file @
74718d2c
...
...
@@ -204,7 +204,7 @@ const createComponent = (
props
:
isDept
?
omit
(
current
,
[
'childrenData'
])
:
specialKey
&&
specialKey
===
otherProps
[
floor
-
1
].
type
?
{
label
:
labels
[
`
${
childProps
}
-
${
rest
.
join
(
"-"
)
}
`
]
||
[]
,
...
childProps
}
?
{
label
:
labels
[
`
${
rest
.
join
(
"-"
)}
-
${
childProps
.
id
}
`
]
||
[]
,
...
childProps
}
:
childProps
,
otherProps
:
otherProps
[
floor
-
1
],
childNodes
:
parentChildKeys
,
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/Layouts/Combination/index.tsx
View file @
74718d2c
...
...
@@ -109,7 +109,7 @@ const CombinationItem: React.FC<any> = (props: any) => {
<
div
className=
{
styles
[
'simple-product-label'
]
}
>
{
activityList
.
map
((
_item
)
=>
{
return
(
<
CustomizeTag
>
{
_item
.
label
}
</
CustomizeTag
>
<
CustomizeTag
key=
{
_item
.
label
}
>
{
_item
.
label
}
</
CustomizeTag
>
)
})
}
</
div
>
...
...
src/pages/transaction/marketingAbility/merchantCoupon/components/ApplicableGoods/index.tsx
View file @
74718d2c
...
...
@@ -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 @
74718d2c
...
...
@@ -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 @
74718d2c
...
...
@@ -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 @
74718d2c
...
...
@@ -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