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
bbe29041
Commit
bbe29041
authored
May 21, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OCR日期修改
parent
d0dfa853
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
+12
-12
YHFamilyMemberViewModel.swift
...流程)/FamilyMember(家庭成员信息表)/M/YHFamilyMemberViewModel.swift
+6
-6
YHMainApplicantInformationViewModel.swift
...tion(主申请人信息)/VM/YHMainApplicantInformationViewModel.swift
+6
-6
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/FamilyMember(家庭成员信息表)/M/YHFamilyMemberViewModel.swift
View file @
bbe29041
...
@@ -73,7 +73,7 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
...
@@ -73,7 +73,7 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
if
model
.
birth
.
count
!=
0
{
if
model
.
birth
.
count
!=
0
{
if
mainModel
.
relationType
!=
.
child
{
if
mainModel
.
relationType
!=
.
child
{
// 孩子生日设置大于18岁后必须设置为不能随行 导致证件上传和证件信息页面隐藏 会产生异常
// 孩子生日设置大于18岁后必须设置为不能随行 导致证件上传和证件信息页面隐藏 会产生异常
mainModel
.
birthday
=
model
.
birth
.
toTimeString
()
mainModel
.
birthday
=
model
.
birth
}
}
}
}
if
model
.
gender
.
count
!=
0
{
if
model
.
gender
.
count
!=
0
{
...
@@ -84,10 +84,10 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
...
@@ -84,10 +84,10 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
}
}
}
}
if
model
.
term_begins
.
count
!=
0
{
if
model
.
term_begins
.
count
!=
0
{
mainModel
.
certificates
.
cnIdentityCard
.
issueDateStartAt
=
model
.
term_begins
.
toTimeString
()
mainModel
.
certificates
.
cnIdentityCard
.
issueDateStartAt
=
model
.
term_begins
}
}
if
model
.
end_of_term
.
count
!=
0
{
if
model
.
end_of_term
.
count
!=
0
{
mainModel
.
certificates
.
cnIdentityCard
.
issueDateEndAt
=
model
.
end_of_term
.
toTimeString
()
mainModel
.
certificates
.
cnIdentityCard
.
issueDateEndAt
=
model
.
end_of_term
}
}
if
model
.
issuing_authority
.
count
!=
0
{
if
model
.
issuing_authority
.
count
!=
0
{
mainModel
.
certificates
.
cnIdentityCard
.
issueAt
=
model
.
issuing_authority
mainModel
.
certificates
.
cnIdentityCard
.
issueAt
=
model
.
issuing_authority
...
@@ -108,7 +108,7 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
...
@@ -108,7 +108,7 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
if
model
.
birth
.
count
!=
0
{
if
model
.
birth
.
count
!=
0
{
if
mainModel
.
relationType
!=
.
child
{
if
mainModel
.
relationType
!=
.
child
{
// 孩子生日设置大于18岁后必须设置为不能随行 导致证件上传和证件信息页面隐藏 会产生异常
// 孩子生日设置大于18岁后必须设置为不能随行 导致证件上传和证件信息页面隐藏 会产生异常
mainModel
.
birthday
=
model
.
birth
.
toTimeString
()
mainModel
.
birthday
=
model
.
birth
}
}
}
}
if
model
.
gender
.
count
!=
0
{
if
model
.
gender
.
count
!=
0
{
...
@@ -119,10 +119,10 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
...
@@ -119,10 +119,10 @@ class YHFamilyMemberViewModel : YHBaseViewModel{
}
}
}
}
if
model
.
term_begins
.
count
!=
0
{
if
model
.
term_begins
.
count
!=
0
{
mainModel
.
certificates
.
hkMacaoPass
.
issueDateStartAt
=
model
.
term_begins
.
toTimeString
()
mainModel
.
certificates
.
hkMacaoPass
.
issueDateStartAt
=
model
.
term_begins
}
}
if
model
.
end_of_term
.
count
!=
0
{
if
model
.
end_of_term
.
count
!=
0
{
mainModel
.
certificates
.
hkMacaoPass
.
issueDateEndAt
=
model
.
end_of_term
.
toTimeString
()
mainModel
.
certificates
.
hkMacaoPass
.
issueDateEndAt
=
model
.
end_of_term
}
}
if
model
.
issuing_authority
.
count
!=
0
{
if
model
.
issuing_authority
.
count
!=
0
{
mainModel
.
certificates
.
hkMacaoPass
.
issueAt
=
model
.
issuing_authority
mainModel
.
certificates
.
hkMacaoPass
.
issueAt
=
model
.
issuing_authority
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(我的信息流程)/MainApplicantInformation(主申请人信息)/VM/YHMainApplicantInformationViewModel.swift
View file @
bbe29041
...
@@ -347,7 +347,7 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
...
@@ -347,7 +347,7 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
mainModel
.
username
=
model
.
name
mainModel
.
username
=
model
.
name
}
}
if
model
.
birth
.
count
!=
0
{
if
model
.
birth
.
count
!=
0
{
mainModel
.
birthday
=
model
.
birth
.
toTimeString
()
mainModel
.
birthday
=
model
.
birth
}
}
if
model
.
gender
.
count
!=
0
{
if
model
.
gender
.
count
!=
0
{
if
model
.
gender
==
"女"
{
if
model
.
gender
==
"女"
{
...
@@ -357,10 +357,10 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
...
@@ -357,10 +357,10 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
}
}
}
}
if
model
.
term_begins
.
count
!=
0
{
if
model
.
term_begins
.
count
!=
0
{
mainModel
.
certificates
.
hk_macao_pass
.
issue_date_start_at
=
model
.
term_begins
.
toTimeString
()
mainModel
.
certificates
.
hk_macao_pass
.
issue_date_start_at
=
model
.
term_begins
}
}
if
model
.
end_of_term
.
count
!=
0
{
if
model
.
end_of_term
.
count
!=
0
{
mainModel
.
certificates
.
hk_macao_pass
.
issue_date_end_at
=
model
.
end_of_term
.
toTimeString
()
mainModel
.
certificates
.
hk_macao_pass
.
issue_date_end_at
=
model
.
end_of_term
}
}
if
model
.
issuing_authority
.
count
!=
0
{
if
model
.
issuing_authority
.
count
!=
0
{
mainModel
.
certificates
.
hk_macao_pass
.
issue_at
=
model
.
issuing_authority
mainModel
.
certificates
.
hk_macao_pass
.
issue_at
=
model
.
issuing_authority
...
@@ -375,7 +375,7 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
...
@@ -375,7 +375,7 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
mainModel
.
username
=
model
.
name
mainModel
.
username
=
model
.
name
}
}
if
model
.
birth
.
count
!=
0
{
if
model
.
birth
.
count
!=
0
{
mainModel
.
birthday
=
model
.
birth
.
toTimeString
()
mainModel
.
birthday
=
model
.
birth
}
}
if
model
.
gender
.
count
!=
0
{
if
model
.
gender
.
count
!=
0
{
if
model
.
gender
==
"女"
{
if
model
.
gender
==
"女"
{
...
@@ -385,10 +385,10 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
...
@@ -385,10 +385,10 @@ class YHMainApplicantInformationViewModel: YHBaseViewModel {
}
}
}
}
if
model
.
term_begins
.
count
!=
0
{
if
model
.
term_begins
.
count
!=
0
{
mainModel
.
certificates
.
cn_identity_card
.
issue_date_start_at
=
model
.
term_begins
.
toTimeString
()
mainModel
.
certificates
.
cn_identity_card
.
issue_date_start_at
=
model
.
term_begins
}
}
if
model
.
end_of_term
.
count
!=
0
{
if
model
.
end_of_term
.
count
!=
0
{
mainModel
.
certificates
.
cn_identity_card
.
issue_date_end_at
=
model
.
end_of_term
.
toTimeString
()
mainModel
.
certificates
.
cn_identity_card
.
issue_date_end_at
=
model
.
end_of_term
}
}
if
model
.
issuing_authority
.
count
!=
0
{
if
model
.
issuing_authority
.
count
!=
0
{
mainModel
.
certificates
.
cn_identity_card
.
issue_at
=
model
.
issuing_authority
mainModel
.
certificates
.
cn_identity_card
.
issue_at
=
model
.
issuing_authority
...
...
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