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
bf20f7d1
Commit
bf20f7d1
authored
Dec 27, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
服务中心修改
parent
e941779c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
YHServiceMoreAlertView.swift
...vice(服务中心)/OrderList(服务订单)/V/YHServiceMoreAlertView.swift
+1
-1
YHServiceOrderTipsView.swift
...vice(服务中心)/OrderList(服务订单)/V/YHServiceOrderTipsView.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/V/YHServiceMoreAlertView.swift
View file @
bf20f7d1
...
@@ -76,7 +76,7 @@ class YHServiceMoreAlertView: UIView {
...
@@ -76,7 +76,7 @@ class YHServiceMoreAlertView: UIView {
orderButton
=
{
orderButton
=
{
let
button
=
UIButton
(
type
:
.
custom
)
let
button
=
UIButton
(
type
:
.
custom
)
button
.
setImage
(
UIImage
(
named
:
"service_more_order"
),
for
:
.
normal
)
button
.
setImage
(
UIImage
(
named
:
"service_more_order"
),
for
:
.
normal
)
button
.
setTitle
(
"
我的订单
"
,
for
:
.
normal
)
button
.
setTitle
(
"
服务进度
"
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
16
)
button
.
titleLabel
?
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
16
)
button
.
addTarget
(
self
,
action
:
#selector(
orderButtonClick
)
,
for
:
.
touchUpInside
)
button
.
addTarget
(
self
,
action
:
#selector(
orderButtonClick
)
,
for
:
.
touchUpInside
)
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/OrderList(服务订单)/V/YHServiceOrderTipsView.swift
View file @
bf20f7d1
...
@@ -74,7 +74,7 @@ class YHServiceOrderTipsView: UIView {
...
@@ -74,7 +74,7 @@ class YHServiceOrderTipsView: UIView {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
label
.
textColor
=
UIColor
.
white
label
.
textColor
=
UIColor
.
white
label
.
text
=
"点击右上方可以
\n
切换
我的订单
、查看申请操作指引"
label
.
text
=
"点击右上方可以
\n
切换
服务进度
、查看申请操作指引"
label
.
numberOfLines
=
0
label
.
numberOfLines
=
0
label
.
textAlignment
=
.
center
label
.
textAlignment
=
.
center
return
label
return
label
...
...
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