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
8a2c065e
Commit
8a2c065e
authored
Oct 15, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 信息确认
parent
4fc0d6f8
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
YHResignInfoConfirmModifyViewController.swift
...m(续签信息确认)/C/YHResignInfoConfirmModifyViewController.swift
+15
-0
YHResignFamilyInfoListCell.swift
...ignInfoConfirm(续签信息确认)/V/YHResignFamilyInfoListCell.swift
+3
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignInfoConfirm(续签信息确认)/C/YHResignInfoConfirmModifyViewController.swift
View file @
8a2c065e
...
@@ -131,8 +131,23 @@ class YHResignInfoConfirmModifyViewController: YHBaseViewController {
...
@@ -131,8 +131,23 @@ class YHResignInfoConfirmModifyViewController: YHBaseViewController {
}
}
func
checkInfo
()
->
Bool
{
func
checkInfo
()
->
Bool
{
if
let
arr1
=
items
.
first
{
for
item
in
arr1
{
if
!
item
.
tips
.
isEmpty
{
return
false
return
false
}
}
}
}
// 有效期验证
if
let
identity
=
detailMember
.
identity
{
let
isValidDateEnough
=
identity
.
isValidDateEnough
()
if
!
isValidDateEnough
{
return
false
}
}
return
true
}
@objc
func
didConfirmBtnClicked
()
{
@objc
func
didConfirmBtnClicked
()
{
self
.
detailMember
.
isCheck
=
true
self
.
detailMember
.
isCheck
=
true
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/Resign(续签)/ResignInfoConfirm(续签信息确认)/V/YHResignFamilyInfoListCell.swift
View file @
8a2c065e
...
@@ -102,6 +102,9 @@ class YHResignFamilyInfoItem {
...
@@ -102,6 +102,9 @@ class YHResignFamilyInfoItem {
}
else
if
self
.
id
==
.
hongKongId
{
}
else
if
self
.
id
==
.
hongKongId
{
return
"请输入香港身份证号"
return
"请输入香港身份证号"
}
else
if
self
.
id
==
.
hongkongAddress
{
return
"请输入香港住址"
}
}
return
""
return
""
}
}
...
...
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