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
1a3808fc
Commit
1a3808fc
authored
Mar 10, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 兑换历史入口
parent
874d03e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
1 deletion
+13
-1
YHMemberCenterViewController.swift
...ses/Modules/Mine(我的)/C/YHMemberCenterViewController.swift
+5
-1
YHMyNewViewController.swift
...xy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
+7
-0
YHMyViewController.swift
...alaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
+1
-0
No files found.
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMemberCenterViewController.swift
View file @
1a3808fc
...
...
@@ -293,6 +293,10 @@ class YHMemberCenterViewController: YHBaseViewController {
}
@objc
private
func
didHistoryButtonClicked
()
{
Self
.
goExchangeHistory
()
}
static
func
goExchangeHistory
()
{
var
url
=
YHBaseUrlManager
.
shared
.
curH5URL
()
+
"superAppBridge.html#/vip/order"
if
YHLoginManager
.
shared
.
isLogin
()
{
let
token
=
YHLoginManager
.
shared
.
h5Token
...
...
@@ -313,7 +317,7 @@ class YHMemberCenterViewController: YHBaseViewController {
let
vc
=
YHH5WebViewVC
()
vc
.
url
=
tUrl
vc
.
isFullScreenFlag
=
false
navigationController
?
.
pushViewController
(
vc
)
UIViewController
.
current
?
.
navigationController
?
.
pushViewController
(
vc
)
}
@objc
private
func
didShareButtonClicked
()
{
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
View file @
1a3808fc
...
...
@@ -255,6 +255,11 @@ class YHMyNewViewController: YHBaseViewController {
serviceGroupArr
.
append
(
item
)
}
do
{
let
item
=
PersonalModuleItem
(
icon
:
"mine_item_activity"
,
title
:
"兑换历史"
.
local
,
type
:
.
exchangeHistory
)
serviceGroupArr
.
append
(
item
)
}
// 其他功能
do
{
let
item
=
PersonalModuleItem
(
icon
:
"mine_item_msg"
,
title
:
"我的消息"
.
local
,
type
:
.
myMessage
)
...
...
@@ -669,6 +674,8 @@ extension YHMyNewViewController {
let
vc
=
YHActivityListViewController
()
vc
.
type
=
1
self
.
navigationController
?
.
pushViewController
(
vc
)
case
.
exchangeHistory
:
YHMemberCenterViewController
.
goExchangeHistory
()
case
.
aboutUs
:
let
vc
=
YHAboutGalaxyViewController
()
self
.
navigationController
?
.
pushViewController
(
vc
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyViewController.swift
View file @
1a3808fc
...
...
@@ -23,6 +23,7 @@ enum YHPersonalModuleItemType: Int {
case
myPoster
case
myTestCode
case
appointGalaxyBay
case
exchangeHistory
case
notifySettings
case
permissionSettings
...
...
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