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
7397c2f2
Commit
7397c2f2
authored
Sep 04, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改热区
parent
c110b75f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
0 deletions
+47
-0
YHAdopterNewPeopleViewController.swift
...Adopters(2新增受养人)/C/YHAdopterNewPeopleViewController.swift
+44
-0
YHCardUploadView.swift
...ificate(办证段)/AddAdopters(2新增受养人)/V/YHCardUploadView.swift
+3
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/C/YHAdopterNewPeopleViewController.swift
View file @
7397c2f2
...
...
@@ -198,6 +198,50 @@ extension YHAdopterNewPeopleViewController: UITableViewDelegate, UITableViewData
if
stepView
.
currentIndex
==
1
{
let
cell
=
tableView
.
dequeueReusableCell
(
withClass
:
YHAdopterCardTableViewCell
.
self
)
cell
.
dataSource
=
cardDataSource
[
indexPath
.
row
]
cell
.
clickBlock
=
{[
weak
self
]
tag
in
guard
let
self
=
self
else
{
return
}
let
model
=
cardDataSource
[
indexPath
.
row
]
switch
model
.
dep_type
{
case
0
:
//旅行证件(港澳通行证/护照)
let
vc
=
YHAdopterTravelViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
1
:
//身份证(正反面)
let
vc
=
YHAdopterChinaViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
2
:
//户口信息页
let
vc
=
YHAdopterResidentViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
3
:
//结婚证信息页
let
vc
=
YHAdopterMarryViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
4
:
//证件照片
let
vc
=
YHAdopterIdCardViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
5
:
//出生医学证明
let
vc
=
YHAdopterBirthViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
6
:
//中国居留许可签证(有效期内)
let
vc
=
YHAdopterChinaLifeViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
7
:
//中国旅行证
let
vc
=
YHAdoptedChinaTravelViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
case
8
:
//其他证件(请致电客服咨询后上传相关证件)
let
vc
=
YHAdopterOtherViewController
()
vc
.
model
=
model
self
.
navigationController
?
.
pushViewController
(
vc
)
default
:
break
}
}
return
cell
}
else
{
let
cell
=
tableView
.
dequeueReusableCell
(
withClass
:
YHMainInformationTableViewCell
.
self
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/V/YHCardUploadView.swift
View file @
7397c2f2
...
...
@@ -37,6 +37,9 @@ class YHCardUploadView: UIView {
frontImageButton
.
setContent
(
"card_upload"
,
"点击上传"
)
return
}
if
self
.
firstUrl
==
url
{
return
}
self
.
firstUrl
=
firstUrl
self
.
viewModel
.
getPublicImageUrl
(
firstUrl
)
{[
weak
self
]
success
,
error
in
guard
let
self
=
self
else
{
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