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
6e2d778e
Commit
6e2d778e
authored
Jan 14, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' into test
parents
a4f92b89
bb10171f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.tsx
src/pages/afterService/components/ReturnDetailInfo/index.tsx
+3
-3
No files found.
src/pages/afterService/components/ReturnDetailInfo/index.tsx
View file @
6e2d778e
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-05 18:02:18
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-
06 15:05:32
* @LastEditTime: 2021-01-
14 20:35:08
* @Description: 退款明细
*/
import
React
,
{
useState
}
from
'react'
;
...
...
@@ -237,7 +237,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
const
handleConfirmResult
=
record
=>
{
setCurrentDetailItem
({
id
:
record
.
refundId
,
fileList
:
record
.
payProve
List
.
map
(
item
=>
normalizeFiledata
(
item
.
proveUrl
))
,
fileList
:
record
.
payProve
.
fileList
?
record
.
payProve
.
fileList
.
map
(
item
=>
normalizeFiledata
(
item
.
proveUrl
))
:
[]
,
});
setVisibleResult
(
true
);
};
...
...
@@ -245,7 +245,7 @@ const ReturnDetailInfo: React.FC<ReturnDetailInfoProps> = ({
const
handleCheck
=
record
=>
{
setCurrentDetailItem
({
id
:
record
.
refundId
,
fileList
:
record
.
payProve
List
.
map
(
item
=>
normalizeFiledata
(
item
.
proveUrl
))
,
fileList
:
record
.
payProve
.
fileList
?
record
.
payProve
.
fileList
.
map
(
item
=>
normalizeFiledata
(
item
.
proveUrl
))
:
[]
,
});
};
...
...
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