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
bd7f47bc
Commit
bd7f47bc
authored
Aug 13, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字段修改
parent
4832ca0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
17 deletions
+18
-17
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+12
-10
YHPrincleViewModel.swift
...erService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
+6
-7
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
bd7f47bc
...
...
@@ -148,7 +148,7 @@ extension YHHomeHoldViewPageViewController {
return
}
//
model.type = 1 //for test hjl
model
.
type
=
1
//for test hjl
if
model
.
type
==
1
{
//正式弹窗
...
...
@@ -169,12 +169,12 @@ extension YHHomeHoldViewPageViewController {
view
.
show
()
view
.
block
=
{
tag
in
DispatchQueue
.
main
.
async
{
// self.postAlertStatus(6)
self
.
princleVM
.
postAlertStatus
(
6
)
{
success
,
error
in
}
}
//
DispatchQueue.main.async {
//
//
self.postAlertStatus(6)
//
self.princleVM.postAlertStatus(6) { success, error in
//
//
}
//
}
if
tag
==
0
{
//跳转 正式批结果页面
...
...
@@ -185,14 +185,16 @@ extension YHHomeHoldViewPageViewController {
}
}
}
else
if
model
.
type
==
2
{
self
.
princleVM
.
postAlertStatus
(
14
)
{
success
,
error
in
}
//原则批弹窗
let
view
=
YHPrincipleApprovedAlertView
.
alertView
()
view
.
lookBlock
=
{
if
let
orderID
=
UserDefaults
.
standard
.
value
(
forKey
:
"orderIdForPreview"
)
as?
Int
{
self
.
princleVM
.
postAlertStatus
(
14
)
{
success
,
error
in
}
let
vc
=
YHPrincipleApprovedWaitSubmitVC
()
vc
.
orderId
=
orderID
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
View file @
bd7f47bc
...
...
@@ -79,15 +79,14 @@ extension YHPrincleViewModel {
var
params
:
[
String
:
Any
]
=
[:]
if
type
==
14
{
//
IdentifyPrincipleApprovalCongratulation
= 14 // 原则批获批祝贺弹窗
params
=
[
"
IdentifyPrincipleApprovalCongratulation
"
:
14
]
//
identify
= 14 // 原则批获批祝贺弹窗
params
=
[
"
identify
"
:
14
]
}
else
if
type
==
6
{
//IdentifyApprovalCongratulation = 6 // 赴港获批祝贺弹窗 - 正式批
params
=
[
"IdentifyApprovalCongratulation"
:
6
]
//identify = 6 // 赴港获批祝贺弹窗 - 正式批
params
=
[
"identify"
:
6
]
}
else
if
type
==
2
{
//
IdentifyGetHKAcceptOperateGuid
= 2 // 香港身份获批操作指引
params
=
[
"
IdentifyGetHKAcceptOperateGuid
"
:
2
]
//
identify
= 2 // 香港身份获批操作指引
params
=
[
"
identify
"
:
2
]
}
else
{
return
}
...
...
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