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
9ff020c2
Commit
9ff020c2
authored
Sep 23, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除 测试代码
parent
f671aae1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+0
-4
YHServiceOrderListViewController.swift
...entService(服务中心)/C/YHServiceOrderListViewController.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
9ff020c2
...
@@ -460,12 +460,8 @@ private extension YHHomeHoldViewPageViewController {
...
@@ -460,12 +460,8 @@ private extension YHHomeHoldViewPageViewController {
//银河管家 引导弹窗
//银河管家 引导弹窗
func
showYHManagerTipsView
()
{
func
showYHManagerTipsView
()
{
//TODO: 需要完善 for test hjl
print
(
"HJL1:
\(
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
.
frame
.
origin
.
y
)
"
)
print
(
"HJL1:
\(
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
.
frame
.
origin
.
y
)
"
)
print
(
"HJL2:
\(
self
.
isViewVisibleOnScreen
(
view
:
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
)
)
"
)
print
(
"HJL2:
\(
self
.
isViewVisibleOnScreen
(
view
:
self
.
homePageVC
.
homeHeaderView
.
orderTipsView
.
mgrItem
)
)
"
)
if
YHUatHelper
.
shared
.
getUatModuleStatusBy
(
module
:
.
QiYu_Service
)
!=
1
{
if
YHUatHelper
.
shared
.
getUatModuleStatusBy
(
module
:
.
QiYu_Service
)
!=
1
{
printLog
(
"非目标用户"
)
printLog
(
"非目标用户"
)
return
return
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/C/YHServiceOrderListViewController.swift
View file @
9ff020c2
...
@@ -315,6 +315,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
...
@@ -315,6 +315,7 @@ extension YHServiceOrderListView : UITableViewDelegate,UITableViewDataSource {
printLog
(
"身份续签指引"
)
printLog
(
"身份续签指引"
)
if
let
param
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
param
.
count
>
5
{
if
let
param
=
YHLoginManager
.
shared
.
userModel
?
.
token
,
param
.
count
>
5
{
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/guide/identity"
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/guide/identity"
// var url = "http://192.168.23.35:10300/" + "superAppBridge.html#/guide/identity" //贤宇的本地IP
//superAppBridge.html#/report/program?token=&batchID=1&order_id=151190
//superAppBridge.html#/report/program?token=&batchID=1&order_id=151190
url
=
url
+
"?param="
+
YHLoginManager
.
shared
.
h5Token
url
=
url
+
"?param="
+
YHLoginManager
.
shared
.
h5Token
let
vc
=
YHH5WebViewVC
()
let
vc
=
YHH5WebViewVC
()
...
...
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