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
626c1695
Commit
626c1695
authored
May 27, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改服务中心逻辑
parent
00ad4faf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
YHServiceCenterViewController.swift
...中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
+10
-10
YHContactItemModel.swift
...tService(服务中心)/OrderList(服务订单)/M/YHContactItemModel.swift
+1
-1
YHPrincipleWaitResultViewController.swift
...pleBatch(原则批)/C/YHPrincipleWaitResultViewController.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHServiceCenterViewController.swift
View file @
626c1695
...
...
@@ -343,9 +343,9 @@ extension YHServiceCenterViewController {
self
.
titleLabel
.
setTitle
(
"优才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"专才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
5
{
self
.
titleLabel
.
setTitle
(
"留学审批阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
...
...
@@ -368,9 +368,9 @@ extension YHServiceCenterViewController {
self
.
titleLabel
.
setTitle
(
"优才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"专才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
5
{
self
.
titleLabel
.
setTitle
(
"留学续签阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
...
...
@@ -423,9 +423,9 @@ extension YHServiceCenterViewController {
self
.
titleLabel
.
setTitle
(
"优才申请阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才申请阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才申请阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"专才申请阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
5
{
self
.
titleLabel
.
setTitle
(
"留学申请阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
""
),
for
:
.
normal
)
...
...
@@ -437,9 +437,9 @@ extension YHServiceCenterViewController {
self
.
titleLabel
.
setTitle
(
"优才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"专才审批阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
5
{
self
.
titleLabel
.
setTitle
(
"留学审批阶段"
,
for
:
.
normal
)
}
if
isCanSelectStep
{
...
...
@@ -466,9 +466,9 @@ extension YHServiceCenterViewController {
self
.
titleLabel
.
setTitle
(
"优才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
2
{
self
.
titleLabel
.
setTitle
(
"高才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
3
{
self
.
titleLabel
.
setTitle
(
"专才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
4
{
self
.
titleLabel
.
setTitle
(
"专才续签阶段"
,
for
:
.
normal
)
}
else
if
self
.
model
.
product_type
==
5
{
self
.
titleLabel
.
setTitle
(
"留学续签阶段"
,
for
:
.
normal
)
}
self
.
titleLabel
.
setImage
(
UIImage
(
named
:
"service_center_select_step"
),
for
:
.
normal
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/M/YHContactItemModel.swift
View file @
626c1695
...
...
@@ -18,7 +18,7 @@ struct YHContactItemModel: SmartCodable {
var
type
:
String
=
""
var
mobile
:
String
=
""
var
status
:
Int
=
0
var
product_type
:
Int
=
0
// 1-优才 2-高才
// 3-专才 // 4
-留学
var
product_type
:
Int
=
0
// 1-优才 2-高才
3-小项目 4-专才 5
-留学
var
isOther
:
Bool
=
false
// 是否协作单
var
service_name
:
String
=
""
}
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/CustomerService(客服段)/PrincipleBatch(原则批)/C/YHPrincipleWaitResultViewController.swift
View file @
626c1695
...
...
@@ -252,7 +252,7 @@ extension YHPrincipleWaitResultViewController: UITableViewDelegate, UITableViewD
tipsLabel
.
numberOfLines
=
0
tipsLabel
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
tipsLabel
.
textColor
=
.
mainTextColor
(
alpha
:
0.7
)
tipsLabel
.
text
=
"您的【
优秀人才入境计划
】赴港居留申请资料已经递交港府。"
tipsLabel
.
text
=
"您的【
\(
orderTypeString
)
】赴港居留申请资料已经递交港府。"
view
.
addSubview
(
tipsLabel
)
let
detailLabel
=
UILabel
()
...
...
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