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
56baa4d7
Commit
56baa4d7
authored
Aug 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
交换2122逻辑
parent
421dcb5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+5
-6
YHServiceOrderProgressTableViewCell.swift
...Service(服务中心)/V/YHServiceOrderProgressTableViewCell.swift
+3
-3
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
56baa4d7
...
@@ -242,16 +242,15 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
...
@@ -242,16 +242,15 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
let
vc
=
YHOfficialApprovalResultVC
()
let
vc
=
YHOfficialApprovalResultVC
()
self
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
21
{
}
else
if
model
.
type
==
21
{
//家庭信息确认
let
vc
=
YHFamilyInfoConfirmViewController
()
vc
.
orderId
=
orderID
self
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
22
{
//新增受养人
//新增受养人
let
vc
=
YHAddAdoptersViewController
()
let
vc
=
YHAddAdoptersViewController
()
vc
.
orderId
=
orderID
vc
.
orderId
=
orderID
navigationController
?
.
pushViewController
(
vc
)
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
22
{
//家庭信息确认
let
vc
=
YHFamilyInfoConfirmViewController
()
vc
.
orderId
=
orderID
self
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
23
{
}
else
if
model
.
type
==
23
{
//赴港时间预约
//赴港时间预约
}
else
if
model
.
type
==
24
{
}
else
if
model
.
type
==
24
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHServiceOrderProgressTableViewCell.swift
View file @
56baa4d7
...
@@ -247,14 +247,14 @@ extension YHServiceOrderProgressTableViewCell {
...
@@ -247,14 +247,14 @@ extension YHServiceOrderProgressTableViewCell {
progressLabel
.
attributed
.
text
=
b
+
bb
progressLabel
.
attributed
.
text
=
b
+
bb
}
}
if
model
.
type
==
2
1
{
if
model
.
type
==
2
2
{
titleLabel
.
text
=
"家庭信息确认"
titleLabel
.
text
=
"家庭信息确认"
messageLabel
.
text
=
"请确认现阶段信息是否存在变更~"
messageLabel
.
text
=
"请确认现阶段信息是否存在变更~"
buttonLabel
.
text
=
"待确认"
buttonLabel
.
text
=
"待确认"
messageLabel
.
textColor
=
UIColor
.
yhGreyColor50
messageLabel
.
textColor
=
UIColor
.
yhGreyColor50
}
}
if
model
.
type
==
2
2
{
if
model
.
type
==
2
1
{
titleLabel
.
text
=
"新增受养人"
titleLabel
.
text
=
"新增受养人"
messageLabel
.
text
=
"如需,建议现阶段新增,激活后新增需香港住址证明"
messageLabel
.
text
=
"如需,建议现阶段新增,激活后新增需香港住址证明"
buttonLabel
.
text
=
"待完善"
buttonLabel
.
text
=
"待完善"
...
@@ -337,7 +337,7 @@ extension YHServiceOrderProgressTableViewCell {
...
@@ -337,7 +337,7 @@ extension YHServiceOrderProgressTableViewCell {
messageLabel
.
text
=
"恭喜您,文书已全部定稿~"
messageLabel
.
text
=
"恭喜您,文书已全部定稿~"
}
}
if
model
.
type
==
2
1
{
if
model
.
type
==
2
2
{
titleLabel
.
text
=
"家庭信息确认"
titleLabel
.
text
=
"家庭信息确认"
messageLabel
.
text
=
"请确认现阶段信息是否存在变更~"
messageLabel
.
text
=
"请确认现阶段信息是否存在变更~"
buttonLabel
.
text
=
"已完成"
buttonLabel
.
text
=
"已完成"
...
...
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