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
9ac80df3
Commit
9ac80df3
authored
Feb 21, 2025
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
8a4245aa
8fc85a3e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
YHHomeHoldViewPageViewController.swift
...Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
+1
-1
YHInformationPerfectListVC.swift
...(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
+3
-3
YHMyNewViewController.swift
...xy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
+3
-0
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/C/YHHomeHoldViewPageViewController.swift
View file @
9ac80df3
...
...
@@ -577,7 +577,7 @@ extension YHHomeHoldViewPageViewController : UITabBarControllerDelegate {
guard
let
index
=
tabBarController
.
viewControllers
?
.
firstIndex
(
of
:
viewController
)
else
{
return
false
}
if
index
==
1
||
index
==
3
{
// 点击服务tab或社区tab
if
index
==
1
||
index
==
3
||
index
==
4
{
// 点击服务tab或社区tab或我的页面
if
YHLoginManager
.
shared
.
isLogin
()
{
return
true
}
else
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/C/YHInformationPerfectListVC.swift
View file @
9ac80df3
...
...
@@ -717,14 +717,14 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
navigationController
?
.
pushViewController
(
vc
)
}
else
if
tapIndex
==
2
{
//高才BC- 家庭成员信息
YHHUD
.
flash
(
message
:
"高才BC- 家庭成员信息"
)
//
YHHUD.flash(message: "高才BC- 家庭成员信息")
let
vc
=
YHGCFamilyMemberInfoListVC
(
orderId
:
orderId
??
0
)
vc
.
orderId
=
orderId
??
0
navigationController
?
.
pushViewController
(
vc
)
}
else
if
tapIndex
==
3
{
//高才BC- 学历资格
YHHUD
.
flash
(
message
:
"高才BC- 学历资格"
)
//
YHHUD.flash(message: "高才BC- 学历资格")
let
vc
=
YHGCEducationInfoListVC
()
vc
.
orderId
=
orderId
??
0
navigationController
?
.
pushViewController
(
vc
)
...
...
@@ -742,7 +742,7 @@ extension YHInformationPerfectListVC : UITableViewDelegate,UITableViewDataSource
navigationController
?
.
pushViewController
(
ctl
)
}
else
{
YHHUD
.
flash
(
message
:
"高才BC- 未知"
)
//
YHHUD.flash(message: "高才BC- 未知")
}
}
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
View file @
9ac80df3
...
...
@@ -112,6 +112,9 @@ class YHMyNewViewController: YHBaseViewController {
let
v
=
YHUserVipInfoView
(
frame
:
CGRectMake
(
0
,
0
,
tableView
.
width
,
113
))
v
.
rightButtonEvent
=
{
[
weak
self
]
in
guard
let
self
=
self
else
{
return
}
YHAnalytics
.
track
(
"APP_member_card_click"
)
let
vc
=
YHMemberCenterViewController
()
self
.
navigationController
?
.
pushViewController
(
vc
)
}
...
...
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