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
b92e0670
Commit
b92e0670
authored
Dec 05, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
首页部分bug修复 续签结果时间修复
parent
9815a4c1
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
YHHomeBannerView.swift
.../galaxy/Classes/Modules/Home(首页)/V/YHHomeBannerView.swift
+0
-0
YHSelectLookView.swift
...lasses/Modules/Home(首页)/YHSelect/V/YHSelectLookView.swift
+1
-1
YHLookResignResultStateThreePeopleTableViewCell.swift
...)/V/YHLookResignResultStateThreePeopleTableViewCell.swift
+2
-2
No files found.
galaxy/galaxy/Classes/Modules/Home(首页)/V/YHHomeBannerView.swift
View file @
b92e0670
This diff is collapsed.
Click to expand it.
galaxy/galaxy/Classes/Modules/Home(首页)/YHSelect/V/YHSelectLookView.swift
View file @
b92e0670
...
@@ -135,7 +135,7 @@ class YHSelectLookViewCell: UICollectionViewCell {
...
@@ -135,7 +135,7 @@ class YHSelectLookViewCell: UICollectionViewCell {
lazy
var
descripeLable
:
UILabel
=
{
lazy
var
descripeLable
:
UILabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
text
=
"
高才专家
"
label
.
text
=
"
更多直播
"
label
.
textColor
=
UIColor
(
hex
:
0x6d788a
)
label
.
textColor
=
UIColor
(
hex
:
0x6d788a
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
11
)
label
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
11
)
label
.
textAlignment
=
.
center
label
.
textAlignment
=
.
center
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/QMAS(优才)/Resign(续签)/LookResignResult(查看续签结果)/V/YHLookResignResultStateThreePeopleTableViewCell.swift
View file @
b92e0670
...
@@ -185,8 +185,8 @@ class YHLookResignResultStateThreePeopleTableViewCell: UITableViewCell {
...
@@ -185,8 +185,8 @@ class YHLookResignResultStateThreePeopleTableViewCell: UITableViewCell {
i
+=
1
i
+=
1
}
}
titleLabel
.
text
=
title
+
names
titleLabel
.
text
=
title
+
names
peopleValueLabel
.
text
=
dataSource
.
result_dat
e
peopleValueLabel
.
text
=
dataSource
.
pay_deadlin
e
docValueLabel
.
text
=
dataSource
.
pay_deadlin
e
docValueLabel
.
text
=
dataSource
.
result_dat
e
}
}
}
}
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