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
黄庭坚
jinfa-platform
Commits
20b8848e
Commit
20b8848e
authored
Dec 06, 2021
by
Bill
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改装修翻译
parent
b9f735c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.tsx
...ePage/fixtures/components/Layouts/CommodityList/index.tsx
+4
-3
index.tsx
...t/activePage/fixtures/components/Layouts/Coupon/index.tsx
+1
-1
No files found.
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/Layouts/CommodityList/index.tsx
View file @
20b8848e
...
...
@@ -9,8 +9,9 @@ import TabFooter from './tabFooter';
import
styles
from
'./index.less'
;
import
SwapCoupon
from
'./swapCoupon'
;
import
SwapProduct
from
'./swapProduct'
;
import
{
useIntl
}
from
'umi'
import
{
getIntl
}
from
'umi'
const
intl
=
getIntl
();
const
{
TabPane
}
=
Tabs
;
interface
Iprops
{
className
:
string
,
...
...
@@ -93,7 +94,7 @@ interface Iprops {
}
const
CommodityItem
:
React
.
FC
<
Iprops
>
=
(
props
:
Iprops
)
=>
{
const
intl
=
useIntl
();
//
const intl = useIntl();
const
{
className
,
customizeClassName
,
...
other
}
=
props
;
const
classNameStr
=
cx
(
styles
.
item
,
customizeClassName
);
...
...
@@ -143,7 +144,7 @@ CommodityList.Item = CommodityItem;
/** 套装商品 */
const
CommodityTab
:
React
.
FC
<
any
>
=
(
props
)
=>
{
const
intl
=
useIntl
();
//
const intl = useIntl();
const
{
isEmpty
,
id
,
productName
,
productImgUrl
,
price
,
goodsSubsidiaryGroupList
}
=
props
;
const
[
activeKey
,
setActiveKey
]
=
useState
<
string
>
(
"1"
);
...
...
src/pages/transaction/marketingAbility/marketingActivitiesManagement/activePage/fixtures/components/Layouts/Coupon/index.tsx
View file @
20b8848e
...
...
@@ -72,7 +72,7 @@ interface ItemIprops {
}
const
CouponItem
:
React
.
FC
<
ItemIprops
>
=
(
props
:
ItemIprops
)
=>
{
const
intl
=
useIntl
();
//
const intl = useIntl();
const
{
children
,
className
,
...
other
}
=
props
;
const
{
onClick
,
onDrag
,
onDragEnd
,
onDragEnter
,
onDragStart
,
onMouseOver
,
getOperateState
,
...
rest
}
=
other
;
const
{
denomination
,
tag
,
useConditionMoney
,
typeName
}
=
rest
as
any
;
...
...
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