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
0574a1ad
Commit
0574a1ad
authored
Aug 11, 2020
by
LeeJiancong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
laqu
parent
d74d340a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
UserLayouts.tsx
src/layouts/UserLayouts.tsx
+0
-1
addressForm.tsx
src/pages/logistics/list/components/addressForm.tsx
+2
-2
index.ts
src/services/index.ts
+0
-0
No files found.
src/layouts/UserLayouts.tsx
View file @
0574a1ad
...
...
@@ -6,7 +6,6 @@ import { Row } from 'antd';
import
{
GlobalConfig
}
from
'@/global/config'
;
import
Logo
from
'../../mockStatic/logo.png'
/**
* 登录、注册等用户界面布局
* @author xjm
...
...
src/pages/logistics/list/components/addressForm.tsx
View file @
0574a1ad
...
...
@@ -2,7 +2,7 @@
* @Author: LeeJiancong
* @Date: 2020-07-15 10:31:55
* @LastEditors: LeeJiancong
* @LastEditTime: 2020-08-0
3 17:59:56
* @LastEditTime: 2020-08-0
5 16:36:51
*/
import
React
,
{
Component
,
useState
,
useEffect
}
from
'react'
;
import
ReactDOM
from
'react-dom'
...
...
@@ -168,7 +168,7 @@ const diaLogForm: React.FC<ListProps> = (props) => {
console
.
log
(
typeof
(
id
))
let
title
=
id
===
0
?
'新建'
:
'编辑'
history
.
location
.
query
.
type
==
'1'
?
setHeaderTitle
(
`
${
title
}
发货地址`
)
:
setHeaderTitle
(
`
${
title
}
收货地址`
)
PublicApi
.
get
LogisticsShipperAddress
GetTelCode
().
then
(
res
=>
{
PublicApi
.
get
Manage
GetTelCode
().
then
(
res
=>
{
res
.
data
.
forEach
((
item
,
index
)
=>
{
TelCodeList
.
push
({
label
:
item
,
value
:
(
index
).
toString
()
})
})
...
...
src/services/index.ts
deleted
100644 → 0
View file @
d74d340a
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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