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
a808a112
Commit
a808a112
authored
Aug 15, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、光线图片替换
2、判断首页弹窗的时间
parent
d7f5de07
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
18 deletions
+7
-18
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+7
-18
光线@2x.png
...式批/official_approval_result_top_shadow.imageset/光线@2x.png
+0
-0
光线@3x.png
...式批/official_approval_result_top_shadow.imageset/光线@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
a808a112
...
...
@@ -133,7 +133,6 @@ class YHHomeHoldViewPageViewController: YHBaseViewController {
//MARK: - 内部函数
extension
YHHomeHoldViewPageViewController
{
//获取原则批、正式批的弹窗状态
func
getAlertStatus
()
{
...
...
@@ -149,26 +148,16 @@ extension YHHomeHoldViewPageViewController {
}
if
let
nav
=
self
.
navigationController
{
let
rrr
=
nav
.
viewControllers
.
contains
{
$0
.
isKind
(
of
:
YHHomeHoldViewPageViewController
.
self
)
}
if
rrr
{
var
targetVc
:
UIViewController
?
for
(
_
,
value
)
in
nav
.
viewControllers
.
enumerated
()
{
if
value
.
isKind
(
of
:
YHHomeHoldViewPageViewController
.
self
)
{
targetVc
=
value
break
}
}
if
targetVc
!=
nil
{
}
else
{
printLog
(
"不在首页了。。。进行后面的逻辑"
)
return
}
if
let
vc
=
UIApplication
.
shared
.
keyWindow
?
.
rootViewController
as?
YHTabBarViewController
{
if
vc
.
selectedIndex
==
0
{
print
(
"dddd"
)
}
else
{
return
}
}
if
model
.
type
==
1
{
//正式弹窗
self
.
princleVM
.
postAlertStatus
(
15
)
{
success
,
error
in
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/正式批/official_approval_result_top_shadow.imageset/光线@2x.png
View replaced file @
d7f5de07
View file @
a808a112
209 KB
|
W:
|
H:
165 KB
|
W:
|
H:
2-up
Swipe
Onion skin
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/客服段/正式批/official_approval_result_top_shadow.imageset/光线@3x.png
View replaced file @
d7f5de07
View file @
a808a112
437 KB
|
W:
|
H:
309 KB
|
W:
|
H:
2-up
Swipe
Onion skin
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