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
1ddfd080
Commit
1ddfd080
authored
Sep 03, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
加载刷新
parent
e285b9d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
YHAdopterChinaViewController.swift
.../AddAdopters(2新增受养人)/C/YHAdopterChinaViewController.swift
+2
-2
YHAdopterTravelViewController.swift
...AddAdopters(2新增受养人)/C/YHAdopterTravelViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/C/YHAdopterChinaViewController.swift
View file @
1ddfd080
...
@@ -156,7 +156,7 @@ extension YHAdopterChinaViewController: UITableViewDelegate, UITableViewDataSour
...
@@ -156,7 +156,7 @@ extension YHAdopterChinaViewController: UITableViewDelegate, UITableViewDataSour
self
.
viewModel
.
requestCnIDCardMessage
(
url
,
isBack
:
0
)
{[
weak
self
]
success
,
error
in
self
.
viewModel
.
requestCnIDCardMessage
(
url
,
isBack
:
0
)
{[
weak
self
]
success
,
error
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
self
.
data
=
viewModel
.
getBaseDataSource
(
isShowPrompt
)
self
.
data
=
viewModel
.
getBaseDataSource
(
isShowPrompt
)
self
.
tableView
.
reload
Sections
([
1
],
with
:
.
none
)
self
.
tableView
.
reload
Data
(
)
}
}
}
}
}
}
...
@@ -171,7 +171,7 @@ extension YHAdopterChinaViewController: UITableViewDelegate, UITableViewDataSour
...
@@ -171,7 +171,7 @@ extension YHAdopterChinaViewController: UITableViewDelegate, UITableViewDataSour
let
id
=
model
.
id
let
id
=
model
.
id
if
id
!=
.
id21
&&
id
!=
.
id22
&&
id
!=
.
id23
{
if
id
!=
.
id21
&&
id
!=
.
id22
&&
id
!=
.
id23
{
self
.
data
=
viewModel
.
getChinaDataSource
(
isShowPrompt
)
self
.
data
=
viewModel
.
getChinaDataSource
(
isShowPrompt
)
self
.
tableView
.
reload
Sections
([
1
],
with
:
.
none
)
self
.
tableView
.
reload
Data
(
)
}
}
}
}
return
cell
return
cell
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AddAdopters(2新增受养人)/C/YHAdopterTravelViewController.swift
View file @
1ddfd080
...
@@ -157,7 +157,7 @@ extension YHAdopterTravelViewController: UITableViewDelegate, UITableViewDataSou
...
@@ -157,7 +157,7 @@ extension YHAdopterTravelViewController: UITableViewDelegate, UITableViewDataSou
self
.
viewModel
.
requestHkIDCardMessage
(
url
,
isBack
:
0
)
{[
weak
self
]
success
,
error
in
self
.
viewModel
.
requestHkIDCardMessage
(
url
,
isBack
:
0
)
{[
weak
self
]
success
,
error
in
guard
let
self
=
self
else
{
return
}
guard
let
self
=
self
else
{
return
}
self
.
data
=
viewModel
.
getBaseDataSource
(
isShowPrompt
)
self
.
data
=
viewModel
.
getBaseDataSource
(
isShowPrompt
)
self
.
tableView
.
reload
Sections
([
1
],
with
:
.
none
)
self
.
tableView
.
reload
Data
(
)
}
}
}
}
}
}
...
...
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