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
cd7c6972
Commit
cd7c6972
authored
Sep 20, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加 备注
parent
183939ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
+10
-6
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+10
-6
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
cd7c6972
...
...
@@ -222,19 +222,21 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
if
model
.
status
==
1
||
model
.
status
==
4
{
return
}
else
{
//1
证件 2 信息完善
3 我的评分 4 我的方案 5 我的签字 6我的文书
//1
我的证件 2 我的信息
3 我的评分 4 我的方案 5 我的签字 6我的文书
if
model
.
type
==
1
{
//我的证件
let
vc
=
YHMineCertificateEntryViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
2
{
//我的信息
let
vc
=
YHInformationPerfectListVC
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
3
{
// 评分
}
else
if
model
.
type
==
3
{
//我的评分
handleRedPointFor
(
key
:
kMyScoreRedPointInfoKey
,
model
:
model
)
let
vc
=
YHScoreDetailViewController
()
vc
.
orderId
=
orderID
...
...
@@ -242,16 +244,19 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
4
{
// 方案
//我的方案
handleRedPointFor
(
key
:
kMyPlanRedPointInfoKey
,
model
:
model
)
let
vc
=
YHMineSchemeViewController
()
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
5
{
//我的签字
let
vc
=
YHMySignatureListViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
6
{
//我的文书
let
vc
=
YHMyDocumentsListViewController
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
...
...
@@ -267,7 +272,8 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
13
{
//原则批已获批~
}
else
if
model
.
type
==
13
{
//原则批已获批~
let
vc
=
YHPrincipleApprovedResultVC
()
vc
.
orderId
=
orderID
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
...
...
@@ -280,7 +286,6 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
//新增受养人
let
vc
=
YHAddAdoptersViewController
()
vc
.
orderId
=
orderID
// navigationController?.pushViewController(vc)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
else
if
model
.
type
==
22
{
//家庭信息确认
...
...
@@ -328,7 +333,6 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
}
else
{
// 已预约过直接进入赴港行程指引
if
var
token
=
YHLoginManager
.
shared
.
userModel
?
.
token
{
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/tohkList"
// var url = "http://192.168.23.35:10300/superAppBridge.html#/tohkList"//for test hjl
let
addtionString
=
String
.
randomAlphaNumericStringT
(
6
)
//随机6个字母或者数字
let
indexToInsert
=
token
.
index
(
token
.
startIndex
,
offsetBy
:
6
)
//插入位置,这里以第六个字符后面为例
...
...
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