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
dcc73336
Commit
dcc73336
authored
Aug 02, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 修改返回类型
parent
231fdfd9
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
11 deletions
+11
-11
index.tsx
.../merchantCoupon/merchantCouponNotVerify1/detail/index.tsx
+1
-1
index.tsx
.../merchantCoupon/merchantCouponNotVerify1/verify/index.tsx
+2
-2
index.tsx
.../merchantCoupon/merchantCouponNotVerify2/detail/index.tsx
+1
-1
index.tsx
.../merchantCoupon/merchantCouponNotVerify2/verify/index.tsx
+2
-2
index.tsx
...ility/merchantCoupon/merchantCouponQuery/detail/index.tsx
+2
-2
index.tsx
...y/merchantCoupon/merchantCouponToConfirm/detail/index.tsx
+1
-1
index.tsx
...y/merchantCoupon/merchantCouponToConfirm/verify/index.tsx
+1
-1
index.tsx
...merchantCoupon/merchantCouponUnsubmitted/detail/index.tsx
+1
-1
No files found.
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponNotVerify1/detail/index.tsx
View file @
dcc73336
...
...
@@ -15,7 +15,7 @@ const MerchantCouponNotVerify1Detail: React.FC = () => {
const
{
id
}
=
usePageStatus
();
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitAuditOneGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitAuditOneGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponNotVerify1/verify/index.tsx
View file @
dcc73336
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-28 10:12:31
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
6-28 16:39:58
* @LastEditTime: 2021-0
8-02 17:48:44
* @Description: 审核商家优惠劵(一级)
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -21,7 +21,7 @@ const MerchantCouponVerify1: React.FC = () => {
const
[
submitLoading
,
setSubmitLoading
]
=
useState
(
false
);
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitAuditOneGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitAuditOneGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponNotVerify2/detail/index.tsx
View file @
dcc73336
...
...
@@ -15,7 +15,7 @@ const MerchantCouponNotVerify2Detail: React.FC = () => {
const
{
id
}
=
usePageStatus
();
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitAuditTwoGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitAuditTwoGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponNotVerify2/verify/index.tsx
View file @
dcc73336
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-28 16:44:15
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
7-01 17:13:31
* @LastEditTime: 2021-0
8-02 17:48:56
* @Description:
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -21,7 +21,7 @@ const MerchantCouponVerify2: React.FC = () => {
const
[
submitLoading
,
setSubmitLoading
]
=
useState
(
false
);
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitAuditTwoGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitAuditTwoGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponQuery/detail/index.tsx
View file @
dcc73336
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-06-22 15:55:02
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-0
7-06 16:54:44
* @LastEditTime: 2021-0
8-02 17:49:27
* @Description: 商家优惠劵查询详情
*/
import
React
from
'react'
;
...
...
@@ -15,7 +15,7 @@ const MerchantCouponQueryDetail: React.FC<{}> = () => {
const
{
id
}
=
usePageStatus
();
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponSummaryGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponSummaryGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponToConfirm/detail/index.tsx
View file @
dcc73336
...
...
@@ -15,7 +15,7 @@ const MerchantCouponToConfirmDetail: React.FC = () => {
const
{
id
}
=
usePageStatus
();
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitSubmitGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitSubmitGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponToConfirm/verify/index.tsx
View file @
dcc73336
...
...
@@ -19,7 +19,7 @@ const MerchantCouponConfirm: React.FC = () => {
const
[
submitLoading
,
setSubmitLoading
]
=
useState
(
false
);
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitSubmitGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitSubmitGet
({
id
,
}),
},
CouponDetail
);
...
...
src/pages/transaction/marketingAbility/merchantCoupon/merchantCouponUnsubmitted/detail/index.tsx
View file @
dcc73336
...
...
@@ -15,7 +15,7 @@ const MerchantCouponUnsubmittedDetail: React.FC<{}> = () => {
const
{
id
}
=
usePageStatus
();
const
CouponDetailPro
=
fetchDetailHoc
({
fetchDetail
:
()
=>
PublicApi
.
getMarketingCouponWaitAuditGet
({
fetchDetail
:
()
:
Promise
<
any
>
=>
PublicApi
.
getMarketingCouponWaitAuditGet
({
id
,
}),
},
CouponDetail
);
...
...
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