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
b1710c11
Commit
b1710c11
authored
Jul 20, 2021
by
卢均锐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: [12879]
parent
83bb9968
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
signUp.tsx
...nsaction/purchaseAbility/onlineBid/readySignUp/signUp.tsx
+9
-2
No files found.
src/pages/transaction/purchaseAbility/onlineBid/readySignUp/signUp.tsx
View file @
b1710c11
...
...
@@ -38,6 +38,13 @@ const SignUpForm = () => {
const
getCountryCodeId
=
async
()
=>
{
const
res
=
await
PublicApi
.
getManageCountryAreaGetTelCode
()
if
(
res
.
code
===
1000
)
{
let
_value
=
''
for
(
let
i
=
0
;
i
<
res
.
data
.
length
;
i
++
)
{
if
(
res
.
data
[
i
]
===
'86'
)
{
_value
=
res
.
data
[
i
];
break
}
}
return
{
telPrefix
:
res
.
data
}
}
return
{}
...
...
@@ -104,6 +111,7 @@ const SignUpForm = () => {
member
:
name
,
startSignUp
:
formatTimeString
(
data
.
startSignUp
),
endSignUp
:
formatTimeString
(
data
.
endSignUp
),
telPrefix
:
'86'
});
})
}
...
...
@@ -148,4 +156,4 @@ const SignUpForm = () => {
</
PageHeaderWrapper
>
)
}
export
default
SignUpForm
\ No newline at end of file
export
default
SignUpForm
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