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
linweijiong
jinfa-platform
Commits
0b7bcd97
Commit
0b7bcd97
authored
Jan 29, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 重新选择配送方式时置空收件信息
parent
c208c6ea
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
index.tsx
...ges/afterService/components/ExchangeAddressInfo/index.tsx
+12
-1
verify.tsx
...s/afterService/exchangeManage/exchangePrSubmit/verify.tsx
+1
-1
No files found.
src/pages/afterService/components/ExchangeAddressInfo/index.tsx
View file @
0b7bcd97
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-06 09:54:04
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-2
1 14:36:00
* @LastEditTime: 2021-01-2
9 14:09:18
* @Description: 换货收货地址
*/
import
React
from
'react'
;
...
...
@@ -173,6 +173,17 @@ const ExchangeAddressInfo: React.FC<ExchangeAddressInfo> = ({
default
:
break
};
if
(
onSubmit
)
{
onSubmit
({
deliveryType
:
value
,
id
:
undefined
,
isDefault
:
undefined
,
sendAddress
:
undefined
,
sendUserName
:
undefined
,
sendUserTel
:
undefined
,
});
}
});
onFieldInputChange$
(
'deliveryType'
).
subscribe
(
fieldState
=>
{
...
...
src/pages/afterService/exchangeManage/exchangePrSubmit/verify.tsx
View file @
0b7bcd97
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2020-11-04 17:22:07
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-01-2
1 13:41:41
* @LastEditTime: 2021-01-2
9 14:11:59
* @Description:
*/
import
React
,
{
useState
}
from
'react'
;
...
...
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