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
fbd18ea6
Commit
fbd18ea6
authored
Jul 30, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
字体常规
parent
7c086355
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHLifeViewController.swift
...es/Modules/Home(首页)/Life(生活)/C/YHLifeViewController.swift
+1
-1
YHLifeItemTableViewCell.swift
...Modules/Home(首页)/Life(生活)/V/YHLifeItemTableViewCell.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/Life(生活)/C/YHLifeViewController.swift
View file @
fbd18ea6
...
...
@@ -54,7 +54,7 @@ extension YHLifeViewController {
let
label
=
UILabel
(
frame
:
CGRect
(
x
:
0
,
y
:
0
,
width
:
KScreenWidth
,
height
:
self
.
view
.
height
-
44
-
KScreenWidth
-
16
))
label
.
text
=
"商品未上架,好货不怕晚,敬请期待!"
label
.
textColor
=
UIColor
.
mainTextColor30
label
.
font
=
UIFont
.
PFSC_
L
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
14
)
label
.
textAlignment
=
.
center
self
.
tableView
.
tableFooterView
=
label
}
else
{
...
...
galaxy/galaxy/Classes/Modules/Home(首页)/Life(生活)/V/YHLifeItemTableViewCell.swift
View file @
fbd18ea6
...
...
@@ -72,7 +72,7 @@ class YHLifeItemTableViewCell: UITableViewCell {
subTitleLabel
=
{
let
view
=
UILabel
()
view
.
font
=
UIFont
.
PFSC_
L
(
ofSize
:
14
)
view
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
14
)
view
.
textColor
=
UIColor
.
mainTextColor50
view
.
numberOfLines
=
2
return
view
...
...
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