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
202cc07d
Commit
202cc07d
authored
Sep 23, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into develop
parents
ca7ba659
c40953f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
3 deletions
+16
-3
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+13
-3
YHPrincleViewModel.swift
...vice(客服段)/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
+3
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
202cc07d
...
...
@@ -197,7 +197,6 @@ extension YHHomeHoldViewPageViewController {
//签约用户新人指引
self
.
showYHManagerTipsView
()
}
else
{
self
.
showYHManagerTipsView
()
}
}
}
...
...
@@ -459,14 +458,22 @@ private extension YHHomeHoldViewPageViewController {
}
}
//银河管家 引导弹窗
func
showYHManagerTipsView
()
{
//TODO: 需要完善
//TODO: 需要完善
for test hjl
print
(
"HJL1:
\(
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
.
frame
.
origin
.
y
)
"
)
print
(
"HJL2:
\(
self
.
isViewVisibleOnScreen
(
view
:
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
)
)
"
)
if
YHUatHelper
.
shared
.
getUatModuleStatusBy
(
module
:
.
QiYu_Service
)
!=
1
{
printLog
(
"非目标用户"
)
return
}
self
.
princleVM
.
postAlertStatus
(
20
)
{
success
,
error
in
}
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.5
)
{
//不在屏幕内 就上移 200px
var
offSetY
:
CGFloat
=
0.0
...
...
@@ -488,12 +495,15 @@ private extension YHHomeHoldViewPageViewController {
point
.
y
+=
offSetY
self
.
homePageVC
.
homeCollectView
.
setContentOffset
(
point
,
animated
:
false
)
self
.
homePageVC
.
homeCollectView
.
isScrollEnabled
=
false
DispatchQueue
.
main
.
asyncAfter
(
deadline
:
.
now
()
+
0.25
)
{
let
viewFrame
=
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
.
convert
(
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
.
bounds
,
to
:
UIScreen
.
main
.
coordinateSpace
)
let
view
=
YHManagerFuncGuildeCheckView
.
sheetView
()
view
.
itemRect
=
viewFrame
view
.
show
()
self
.
homePageVC
.
homeCollectView
.
isScrollEnabled
=
true
}
}
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService(客服段)/PrincipleBatch(原则批)/VM/YHPrincleViewModel.swift
View file @
202cc07d
...
...
@@ -88,6 +88,9 @@ extension YHPrincleViewModel {
}
else
if
type
==
15
{
//identify = 2 // 首页正式批弹窗
params
=
[
"identify"
:
15
]
}
else
if
type
==
20
{
//identify = 20 // 首页 银河管家 功能指引
params
=
[
"identify"
:
20
]
}
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