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
183e6afd
Commit
183e6afd
authored
Aug 14, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改 首页 正式批弹窗逻辑
parent
c9e5deb2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
10 deletions
+13
-10
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+1
-1
YHOfficialApprovalResultVC.swift
.../OfficialApproval(正式批)/C/YHOfficialApprovalResultVC.swift
+6
-7
YHPrincleViewModel.swift
...erService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
+6
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
183e6afd
...
...
@@ -164,7 +164,7 @@ extension YHHomeHoldViewPageViewController {
printLog
(
roundedUp
)
}
self
.
princleVM
.
postAlertStatus
(
6
)
{
success
,
error
in
self
.
princleVM
.
postAlertStatus
(
15
)
{
success
,
error
in
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApproval(正式批)/C/YHOfficialApprovalResultVC.swift
View file @
183e6afd
...
...
@@ -163,9 +163,9 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
getApprovalLetter
()
//
if !isFromHomeAlertViewFlag {
//
getAlertStatus()
//
}
if
!
isFromHomeAlertViewFlag
{
getAlertStatus
()
}
getOfficalGuildCheckStatus
()
}
...
...
@@ -251,10 +251,6 @@ private extension YHOfficialApprovalResultVC {
view
.
show
()
view
.
block
=
{
tag
in
DispatchQueue
.
main
.
async
{
self
.
postAlertStatus
(
6
)
}
if
tag
==
0
{
self
.
clickRightItemBtn
()
}
...
...
@@ -400,6 +396,9 @@ private extension YHOfficialApprovalResultVC {
view
.
block
=
{
//点击了 正式批 操作指引
if
!
self
.
princleVM
.
isOfficialGuildCheckFlag
{
self
.
postAlertStatus
(
6
)
self
.
princleVM
.
postAlertStatus
(
2
)
{
success
,
error
in
if
success
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
View file @
183e6afd
...
...
@@ -82,12 +82,16 @@ extension YHPrincleViewModel {
//identify = 14 // 原则批获批祝贺弹窗
params
=
[
"identify"
:
14
]
}
else
if
type
==
6
{
//identify = 6 //
赴港获批祝贺弹窗 - 正式批
//identify = 6 //
正式批弹窗 - 获批结果页
params
=
[
"identify"
:
6
]
}
else
if
type
==
2
{
//identify = 2 // 香港身份获批操作指引
params
=
[
"identify"
:
2
]
}
else
{
}
else
if
type
==
15
{
//identify = 2 // 首页正式批弹窗
params
=
[
"identify"
:
15
]
}
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