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
bcdcbf30
Commit
bcdcbf30
authored
Aug 13, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改一处点击bug
parent
1a02861b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+1
-1
YHOfficialApprovalResultVC.swift
.../OfficialApproval(正式批)/C/YHOfficialApprovalResultVC.swift
+6
-6
YHOffivialApprovalGuildLineCheckView.swift
...pproval(正式批)/V/YHOffivialApprovalGuildLineCheckView.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
bcdcbf30
...
@@ -177,7 +177,7 @@ extension YHHomeHoldViewPageViewController {
...
@@ -177,7 +177,7 @@ extension YHHomeHoldViewPageViewController {
//跳转 正式批结果页面
//跳转 正式批结果页面
//正式批已获批~
//正式批已获批~
let
vc
=
YHOfficialApprovalResultVC
()
let
vc
=
YHOfficialApprovalResultVC
()
vc
.
showGuild
ViewFlag
=
true
vc
.
isFromHomeAlert
ViewFlag
=
true
self
.
navigationController
?
.
pushViewController
(
vc
)
self
.
navigationController
?
.
pushViewController
(
vc
)
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApproval(正式批)/C/YHOfficialApprovalResultVC.swift
View file @
bcdcbf30
...
@@ -146,8 +146,8 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
...
@@ -146,8 +146,8 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
}()
}()
//
//
是否来着首页的弹窗
var
showGuild
ViewFlag
:
Bool
=
false
var
isFromHomeAlert
ViewFlag
:
Bool
=
false
lazy
var
previewFileTool
:
YHFilePreviewTool
=
{
lazy
var
previewFileTool
:
YHFilePreviewTool
=
{
...
@@ -163,9 +163,9 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
...
@@ -163,9 +163,9 @@ class YHOfficialApprovalResultVC: YHBaseViewController {
getApprovalLetter
()
getApprovalLetter
()
if
!
showGuild
ViewFlag
{
// if !isFromHomeAlert
ViewFlag {
getAlertStatus
()
//
getAlertStatus()
}
//
}
getOfficalGuildCheckStatus
()
getOfficalGuildCheckStatus
()
}
}
...
@@ -218,7 +218,7 @@ private extension YHOfficialApprovalResultVC {
...
@@ -218,7 +218,7 @@ private extension YHOfficialApprovalResultVC {
func
getOfficalGuildCheckStatus
()
{
func
getOfficalGuildCheckStatus
()
{
princleVM
.
getOfficialCheckStatus
{
success
,
error
in
princleVM
.
getOfficialCheckStatus
{
success
,
error
in
if
success
{
if
success
{
if
self
.
showGuild
ViewFlag
{
if
self
.
isFromHomeAlert
ViewFlag
{
self
.
clickRightItemBtn
()
self
.
clickRightItemBtn
()
}
}
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/OfficialApproval(正式批)/V/YHOffivialApprovalGuildLineCheckView.swift
View file @
bcdcbf30
...
@@ -15,8 +15,8 @@ class YHOffivialApprovalGuildLineCheckView: UIView {
...
@@ -15,8 +15,8 @@ class YHOffivialApprovalGuildLineCheckView: UIView {
lazy
var
blackMaskView
:
UIView
=
{
lazy
var
blackMaskView
:
UIView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
UIColor
(
hex
:
0x0F1214
,
alpha
:
0.5
)
view
.
backgroundColor
=
UIColor
(
hex
:
0x0F1214
,
alpha
:
0.5
)
let
tap
=
UITapGestureRecognizer
(
target
:
self
,
action
:
#selector(
dismiss
)
)
//
let tap = UITapGestureRecognizer(target: self, action: #selector(dismiss))
view
.
addGestureRecognizer
(
tap
)
//
view.addGestureRecognizer(tap)
return
view
return
view
}()
}()
...
...
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