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
47b7f59f
Commit
47b7f59f
authored
Mar 13, 2025
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
产品验收bug修复
parent
275b2411
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
11 additions
and
30 deletions
+11
-30
project.pbxproj
galaxy/galaxy.xcodeproj/project.pbxproj
+4
-4
YHMemberCenterViewController.swift
...ses/Modules/Mine(我的)/C/YHMemberCenterViewController.swift
+4
-1
YHMyNewViewController.swift
...xy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
+1
-1
Contents.json
...e/memberCenter/member_history_list.imageset/Contents.json
+0
-22
member_history_list@2x.png
...r/member_history_list.imageset/member_history_list@2x.png
+0
-0
member_history_list@3x.png
...r/member_history_list.imageset/member_history_list@3x.png
+0
-0
Contents.json
...mberCenter/membership_growth_guide.imageset/Contents.json
+2
-2
Group 2033197388@2x.png
.../membership_growth_guide.imageset/Group 2033197388@2x.png
+0
-0
Group 2033197388@3x.png
.../membership_growth_guide.imageset/Group 2033197388@3x.png
+0
-0
membership_growth_guide@2x.png
...ship_growth_guide.imageset/membership_growth_guide@2x.png
+0
-0
membership_growth_guide@3x.png
...ship_growth_guide.imageset/membership_growth_guide@3x.png
+0
-0
No files found.
galaxy/galaxy.xcodeproj/project.pbxproj
View file @
47b7f59f
...
...
@@ -8156,7 +8156,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyTestEnv.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
3
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8302,7 +8302,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
3
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8510,7 +8510,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxyDebug.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
3
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
@@ -8558,7 +8558,7 @@
CODE_SIGN_ENTITLEMENTS
=
galaxy/galaxy.entitlements
;
CODE_SIGN_IDENTITY
=
"Apple Development"
;
CODE_SIGN_STYLE
=
Automatic
;
CURRENT_PROJECT_VERSION
=
1
;
CURRENT_PROJECT_VERSION
=
3
;
DEVELOPMENT_TEAM
=
RXHYW88XR7
;
ENABLE_USER_SCRIPT_SANDBOXING
=
NO
;
FRAMEWORK_SEARCH_PATHS
=
(
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMemberCenterViewController.swift
View file @
47b7f59f
...
...
@@ -116,7 +116,10 @@ class YHMemberCenterViewController: YHBaseViewController {
view
.
addSubview
(
bgIcon
)
view
.
addSubview
(
tableView
)
let
historyItem
=
UIBarButtonItem
.
gk_item
(
image
:
UIImage
(
named
:
"member_history_list"
),
target
:
self
,
action
:
#selector(
didHistoryButtonClicked
)
)
// 兑换记录
let
historyItem
=
UIBarButtonItem
(
title
:
"兑换记录"
,
style
:
.
plain
,
target
:
self
,
action
:
#selector(
didHistoryButtonClicked
)
)
historyItem
.
setTitleTextAttributes
([
NSAttributedString
.
Key
.
foregroundColor
:
UIColor
.
mainTextColor
,
NSAttributedString
.
Key
.
font
:
UIFont
.
PFSC_R
(
ofSize
:
14
)],
for
:
.
normal
)
// 分享
let
shareItem
=
UIBarButtonItem
.
gk_item
(
image
:
UIImage
(
named
:
"share_item"
),
target
:
self
,
action
:
#selector(
didShareButtonClicked
)
)
gk_navigationItem
.
rightBarButtonItems
=
[
shareItem
,
historyItem
]
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/C/YHMyNewViewController.swift
View file @
47b7f59f
...
...
@@ -256,7 +256,7 @@ class YHMyNewViewController: YHBaseViewController {
}
do
{
let
item
=
PersonalModuleItem
(
icon
:
"mine_item_exchange_history"
,
title
:
"兑换
历史
"
.
local
,
type
:
.
exchangeHistory
)
let
item
=
PersonalModuleItem
(
icon
:
"mine_item_exchange_history"
,
title
:
"兑换
记录
"
.
local
,
type
:
.
exchangeHistory
)
serviceGroupArr
.
append
(
item
)
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/member_history_list.imageset/Contents.json
deleted
100644 → 0
View file @
275b2411
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"member_history_list@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"member_history_list@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/member_history_list.imageset/member_history_list@2x.png
deleted
100644 → 0
View file @
275b2411
1.18 KB
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/member_history_list.imageset/member_history_list@3x.png
deleted
100644 → 0
View file @
275b2411
1.74 KB
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/membership_growth_guide.imageset/Contents.json
View file @
47b7f59f
...
...
@@ -5,12 +5,12 @@
"scale"
:
"1x"
},
{
"filename"
:
"
membership_growth_guide
@2x.png"
,
"filename"
:
"
Group 2033197388
@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"
membership_growth_guide
@3x.png"
,
"filename"
:
"
Group 2033197388
@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/membership_growth_guide.imageset/Group 2033197388@2x.png
0 → 100644
View file @
47b7f59f
170 KB
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/membership_growth_guide.imageset/Group 2033197388@3x.png
0 → 100644
View file @
47b7f59f
253 KB
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/membership_growth_guide.imageset/membership_growth_guide@2x.png
deleted
100644 → 0
View file @
275b2411
173 KB
galaxy/galaxy/Res/Assets.xcassets/Mine/memberCenter/membership_growth_guide.imageset/membership_growth_guide@3x.png
deleted
100644 → 0
View file @
275b2411
257 KB
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