Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galaxy-iOS
Project
Project
Details
Activity
Releases
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
mobile-group
galaxy-iOS
Commits
8d4ac3d3
Commit
8d4ac3d3
authored
Jul 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
吴彬提的字段问题
parent
0f18024e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
YHMainApplicantInformationViewModel.swift
...tion(主申请人信息)/VM/YHMainApplicantInformationViewModel.swift
+6
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/VM/YHMainApplicantInformationViewModel.swift
View file @
8d4ac3d3
...
@@ -457,6 +457,12 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
...
@@ -457,6 +457,12 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
"issue_date_start_at"
:
mainModel
.
certificates
.
passport
.
issue_date_start_at
,
"issue_date_start_at"
:
mainModel
.
certificates
.
passport
.
issue_date_start_at
,
"number"
:
mainModel
.
certificates
.
passport
.
number
,
"number"
:
mainModel
.
certificates
.
passport
.
number
,
"passport_type"
:
mainModel
.
certificates
.
passport
.
passport_type
]
as
[
String
:
Any
]
"passport_type"
:
mainModel
.
certificates
.
passport
.
passport_type
]
as
[
String
:
Any
]
let
country
=
mainModel
.
address
.
country
if
country
.
contains
(
"中国"
)
{
mainModel
.
address_aboard
=
0
}
else
{
mainModel
.
address_aboard
=
1
}
let
params
:
[
String
:
Any
]
=
[
"address"
:
address
,
let
params
:
[
String
:
Any
]
=
[
"address"
:
address
,
"address_aboard"
:
mainModel
.
address_aboard
,
"address_aboard"
:
mainModel
.
address_aboard
,
"age"
:
mainModel
.
age
,
"age"
:
mainModel
.
age
,
...
...
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