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
28f2b078
Commit
28f2b078
authored
Oct 22, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 证件
parent
f8321c13
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
YHBaseViewModel.swift
galaxy/galaxy/Classes/Base/C/YHBaseViewModel.swift
+1
-0
YHResignCertificateDetailHkViewController.swift
...续期证件管理)/C/YHResignCertificateDetailHkViewController.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Base/C/YHBaseViewModel.swift
View file @
28f2b078
...
@@ -26,6 +26,7 @@ class YHCardOcrModel: SmartCodable {
...
@@ -26,6 +26,7 @@ class YHCardOcrModel: SmartCodable {
var
term_begins
:
String
=
""
var
term_begins
:
String
=
""
var
end_of_term
:
String
=
""
var
end_of_term
:
String
=
""
var
issuing_authority
:
String
=
""
var
issuing_authority
:
String
=
""
var
IssueAddress
:
String
=
""
var
card_num
:
String
=
""
var
card_num
:
String
=
""
var
is_back
:
String
=
""
var
is_back
:
String
=
""
var
back_term_begins
:
String
=
""
var
back_term_begins
:
String
=
""
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailHkViewController.swift
View file @
28f2b078
...
@@ -302,7 +302,7 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
...
@@ -302,7 +302,7 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
self
.
dataModel
.
cert_info
.
number
=
result
.
card_num
self
.
dataModel
.
cert_info
.
number
=
result
.
card_num
}
}
if
!
result
.
issuing_authority
.
isEmpty
{
if
!
result
.
issuing_authority
.
isEmpty
{
self
.
dataModel
.
cert_info
.
address
=
result
.
issuing_authority
self
.
dataModel
.
cert_info
.
address
=
result
.
IssueAddress
}
}
if
!
result
.
term_begins
.
isEmpty
{
if
!
result
.
term_begins
.
isEmpty
{
self
.
dataModel
.
cert_info
.
issue_start
=
result
.
term_begins
self
.
dataModel
.
cert_info
.
issue_start
=
result
.
term_begins
...
@@ -325,7 +325,7 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
...
@@ -325,7 +325,7 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
self
.
dataModel
.
cert_info
.
number
=
result
.
card_num
self
.
dataModel
.
cert_info
.
number
=
result
.
card_num
}
}
if
!
result
.
issuing_authority
.
isEmpty
{
if
!
result
.
issuing_authority
.
isEmpty
{
self
.
dataModel
.
cert_info
.
address
=
result
.
issuing_authority
self
.
dataModel
.
cert_info
.
address
=
result
.
IssueAddress
}
}
if
!
result
.
back_term_begins
.
isEmpty
{
if
!
result
.
back_term_begins
.
isEmpty
{
self
.
dataModel
.
cert_info
.
validate_start
=
result
.
back_term_begins
self
.
dataModel
.
cert_info
.
validate_start
=
result
.
back_term_begins
...
...
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