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
d6bd96d3
Commit
d6bd96d3
authored
Mar 13, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
完成 入口展示逻辑
parent
420cfea6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
32 deletions
+30
-32
YHContactMainItemStatusModel.swift
...lligentService(服务中心)/M/YHContactMainItemStatusModel.swift
+2
-2
YHServiceCenterMainViewModel.swift
...ligentService(服务中心)/VM/YHServiceCenterMainViewModel.swift
+28
-30
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/M/YHContactMainItemStatusModel.swift
View file @
d6bd96d3
...
@@ -14,10 +14,10 @@ class YHContactMainItemStatusModel {
...
@@ -14,10 +14,10 @@ class YHContactMainItemStatusModel {
didSet
{
didSet
{
if
type
==
1
{
if
type
==
1
{
iconName
=
"service_center_sfsq_xxws_icon"
iconName
=
"service_center_sfsq_xxws_icon"
itemName
=
"
信息完善
"
itemName
=
"
我的信息
"
}
else
if
type
==
2
{
}
else
if
type
==
2
{
iconName
=
"service_center_sfsq_zlsc_icon"
iconName
=
"service_center_sfsq_zlsc_icon"
itemName
=
"
证件上传
"
itemName
=
"
我的证件
"
}
else
if
type
==
3
{
}
else
if
type
==
3
{
iconName
=
"service_center_sfsq_wdpf_icon"
iconName
=
"service_center_sfsq_wdpf_icon"
itemName
=
"我的评分"
itemName
=
"我的评分"
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/VM/YHServiceCenterMainViewModel.swift
View file @
d6bd96d3
...
@@ -135,47 +135,45 @@ extension YHServiceCenterMainViewModel {
...
@@ -135,47 +135,45 @@ extension YHServiceCenterMainViewModel {
model
.
isFinished
=
true
model
.
isFinished
=
true
arrContactStausItmes
.
append
(
model
)
arrContactStausItmes
.
append
(
model
)
let
model2
=
YHContactMainItemStatusModel
()
if
resultModel
.
supplement_not_submit_num
>
0
{
model2
.
type
=
2
let
model2
=
YHContactMainItemStatusModel
()
model2
.
isFinished
=
false
model2
.
type
=
2
arrContactStausItmes
.
append
(
model2
)
model2
.
isFinished
=
false
arrContactStausItmes
.
append
(
model2
)
}
else
{
let
model2
=
YHContactMainItemStatusModel
()
model2
.
type
=
2
model2
.
isFinished
=
true
arrContactStausItmes
.
append
(
model2
)
}
//我的评分
let
model3
=
YHContactMainItemStatusModel
()
let
model3
=
YHContactMainItemStatusModel
()
model3
.
type
=
3
model3
.
type
=
3
model3
.
isFinished
=
fals
e
model3
.
isFinished
=
tru
e
arrContactStausItmes
.
append
(
model3
)
arrContactStausItmes
.
append
(
model3
)
let
model4
=
YHContactMainItemStatusModel
()
if
resultModel
.
my_document
{
model4
.
type
=
4
//我的文书
model4
.
isFinished
=
false
let
model4
=
YHContactMainItemStatusModel
()
arrContactStausItmes
.
append
(
model4
)
model4
.
type
=
4
model4
.
isFinished
=
true
let
model5
=
YHContactMainItemStatusModel
()
arrContactStausItmes
.
append
(
model4
)
model5
.
type
=
5
}
model5
.
isFinished
=
false
arrContactStausItmes
.
append
(
model5
)
if
resultModel
.
my_signature
{
let
model5
=
YHContactMainItemStatusModel
()
model5
.
type
=
5
model5
.
isFinished
=
true
arrContactStausItmes
.
append
(
model5
)
}
}
else
{
}
else
{
let
model
=
YHContactMainItemStatusModel
()
let
model
=
YHContactMainItemStatusModel
()
model
.
type
=
1
model
.
type
=
1
model
.
isFinished
=
false
model
.
isFinished
=
false
arrContactStausItmes
.
append
(
model
)
arrContactStausItmes
.
append
(
model
)
let
model2
=
YHContactMainItemStatusModel
()
model2
.
type
=
2
model2
.
isFinished
=
false
arrContactStausItmes
.
append
(
model2
)
let
model4
=
YHContactMainItemStatusModel
()
model4
.
type
=
4
model4
.
isFinished
=
false
arrContactStausItmes
.
append
(
model4
)
let
model5
=
YHContactMainItemStatusModel
()
model5
.
type
=
5
model5
.
isFinished
=
false
arrContactStausItmes
.
append
(
model5
)
}
}
callBackBlock
(
true
,
nil
)
callBackBlock
(
true
,
nil
)
}
else
{
}
else
{
...
...
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