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
9c105d45
Commit
9c105d45
authored
Mar 10, 2025
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 会员名称更改
parent
51516ddd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
YHUserVipInfoView.swift
...galaxy/Classes/Modules/Mine(我的)/V/YHUserVipInfoView.swift
+2
-2
YHVipLevelRightHeaderView.swift
...lasses/Modules/Mine(我的)/V/YHVipLevelRightHeaderView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Mine(我的)/V/YHUserVipInfoView.swift
View file @
9c105d45
...
...
@@ -116,7 +116,7 @@ class YHUserVipInfoView: UIView {
lazy
var
titleLabel
:
UILabel
=
{
let
label
=
UILabel
()
label
.
text
=
"
大众
会员"
label
.
text
=
"
普通
会员"
label
.
textColor
=
.
white
label
.
textAlignment
=
.
left
label
.
font
=
UIFont
.
PFSC_B
(
ofSize
:
17
)
...
...
@@ -275,7 +275,7 @@ class YHUserVipInfoView: UIView {
}
else
{
self
.
bgImgView
.
image
=
UIImage
(
named
:
"mine_member_bg_vip_0"
)
self
.
titleLabel
.
text
=
"
大众
会员"
self
.
titleLabel
.
text
=
"
普通
会员"
self
.
titleLabel
.
textColor
=
.
white
self
.
rightBtn
.
backgroundColor
=
UIColor
(
hex
:
0x323849
)
self
.
rightBtn
.
setTitleColor
(
.
white
,
for
:
.
normal
)
...
...
galaxy/galaxy/Classes/Modules/Mine(我的)/V/YHVipLevelRightHeaderView.swift
View file @
9c105d45
...
...
@@ -44,7 +44,7 @@ class YHVipLevelRightHeaderView: UIView, UIScrollViewDelegate {
}
let
baseTag
=
9527
var
arr
:[
YHVipLevelRightsModel
]
=
[
YHVipLevelRightsModel
(
type
:
.
none
,
title
:
"
大众
会员"
,
num
:
5
,
isLock
:
false
),
YHVipLevelRightsModel
(
type
:
.
none
,
title
:
"
普通
会员"
,
num
:
5
,
isLock
:
false
),
YHVipLevelRightsModel
(
type
:
.
gold
,
title
:
"黄金会员"
,
num
:
7
,
isLock
:
true
),
YHVipLevelRightsModel
(
type
:
.
platinum
,
title
:
"铂金会员"
,
num
:
8
,
isLock
:
true
),
YHVipLevelRightsModel
(
type
:
.
diamond
,
title
:
"钻石会员"
,
num
:
13
,
isLock
:
true
),
...
...
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