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
70b5e937
Commit
70b5e937
authored
Sep 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签注有效期添加
parent
67218898
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
6 deletions
+16
-6
YHResignCertificateDetailHkViewController.swift
...续期证件管理)/C/YHResignCertificateDetailHkViewController.swift
+1
-1
YHResignCertificateHKTableViewCell.swift
...Manage(续期证件管理)/V/YHResignCertificateHKTableViewCell.swift
+15
-5
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/C/YHResignCertificateDetailHkViewController.swift
View file @
70b5e937
...
@@ -246,9 +246,9 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
...
@@ -246,9 +246,9 @@ extension YHResignCertificateDetailHkViewController: UITableViewDelegate, UITabl
cell
.
lastImageName
=
"service_adopter_card_travel_back"
cell
.
lastImageName
=
"service_adopter_card_travel_back"
cell
.
firstLabelName
=
"港澳通行证正面"
cell
.
firstLabelName
=
"港澳通行证正面"
cell
.
lastLabelName
=
"港澳通行证倍面"
cell
.
lastLabelName
=
"港澳通行证倍面"
cell
.
dataModel
=
dataModel
cell
.
failString
=
failString
cell
.
failString
=
failString
cell
.
data
=
data
cell
.
data
=
data
cell
.
dataModel
=
dataModel
cell
.
urls
=
urls
cell
.
urls
=
urls
cell
.
urlBlock
=
{
[
weak
self
]
url
,
index
in
cell
.
urlBlock
=
{
[
weak
self
]
url
,
index
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignCertificateManage(续期证件管理)/V/YHResignCertificateHKTableViewCell.swift
View file @
70b5e937
...
@@ -163,9 +163,15 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
...
@@ -163,9 +163,15 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
}
}
}
}
if
self
.
compareDates
(
dateString1
:
item
.
message
??
""
,
dateString2
:
self
.
dataModel
.
valid_date
)
{
if
self
.
compareDates
(
dateString1
:
item
.
message
??
""
,
dateString2
:
self
.
dataModel
.
valid_date
)
{
failString
=
""
if
failString
==
"签注有效期不足,需要为
\(
self
.
dataModel
.
sign_valid_date
)
或以后"
{
failString
=
""
}
}
else
{
}
else
{
failString
=
"签注有效期不足,需要为
\(
self
.
dataModel
.
sign_valid_date
)
或以后"
if
failString
==
"卡片有效期不足,需要为
\(
self
.
dataModel
.
valid_date
)
或以后"
{
}
else
{
failString
=
"签注有效期不足,需要为
\(
self
.
dataModel
.
sign_valid_date
)
或以后"
}
}
}
}
}
}
}
...
@@ -429,7 +435,9 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
...
@@ -429,7 +435,9 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
if
let
block
=
self
.
block
{
if
let
block
=
self
.
block
{
block
(
model
)
block
(
model
)
if
self
.
compareDates
(
dateString1
:
model
.
message
??
""
,
dateString2
:
self
.
dataModel
.
valid_date
)
{
if
self
.
compareDates
(
dateString1
:
model
.
message
??
""
,
dateString2
:
self
.
dataModel
.
valid_date
)
{
failString
=
""
if
failString
==
"卡片有效期不足,需要为
\(
self
.
dataModel
.
valid_date
)
或以后"
{
failString
=
""
}
}
else
{
}
else
{
failString
=
"卡片有效期不足,需要为
\(
self
.
dataModel
.
valid_date
)
或以后"
failString
=
"卡片有效期不足,需要为
\(
self
.
dataModel
.
valid_date
)
或以后"
}
}
...
@@ -485,9 +493,11 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
...
@@ -485,9 +493,11 @@ class YHResignCertificateHKTableViewCell: UITableViewCell {
if
let
block
=
self
.
block
{
if
let
block
=
self
.
block
{
block
(
model
)
block
(
model
)
if
self
.
compareDates
(
dateString1
:
model
.
message
??
""
,
dateString2
:
self
.
dataModel
.
sign_valid_date
)
{
if
self
.
compareDates
(
dateString1
:
model
.
message
??
""
,
dateString2
:
self
.
dataModel
.
sign_valid_date
)
{
failString
=
""
if
failString
==
"签注有效期不足,需要为
\(
self
.
dataModel
.
sign_valid_date
)
或以后"
{
failString
=
""
}
}
else
{
}
else
{
failString
=
"签注
卡片
有效期不足,需要为
\(
self
.
dataModel
.
sign_valid_date
)
或以后"
failString
=
"签注有效期不足,需要为
\(
self
.
dataModel
.
sign_valid_date
)
或以后"
}
}
}
}
}
}
...
...
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