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
e31771e2
Commit
e31771e2
authored
Feb 29, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片 替换
parent
25a95105
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
46 additions
and
2 deletions
+46
-2
YHBasicInfoFillView.swift
...ess(流程)/BaseInformation(基本资料)/V/YHBasicInfoFillView.swift
+2
-2
Contents.json
...viceCenter/基本资料/basic_info_radio_0.imageset/Contents.json
+22
-0
Ellipse 323@2x.png
...enter/基本资料/basic_info_radio_0.imageset/Ellipse 323@2x.png
+0
-0
Ellipse 323@3x.png
...enter/基本资料/basic_info_radio_0.imageset/Ellipse 323@3x.png
+0
-0
Contents.json
...viceCenter/基本资料/basic_info_radio_1.imageset/Contents.json
+22
-0
Group 3040@2x.png
...Center/基本资料/basic_info_radio_1.imageset/Group 3040@2x.png
+0
-0
Group 3040@3x.png
...Center/基本资料/basic_info_radio_1.imageset/Group 3040@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/BaseInformation(基本资料)/V/YHBasicInfoFillView.swift
View file @
e31771e2
...
...
@@ -365,8 +365,8 @@ private extension YHBasicInfoFillView {
btn
.
titleLabel
?
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
btn
.
setTitleColor
(
UIColor
.
mainTextColor
,
for
:
.
normal
)
btn
.
setTitleColor
(
UIColor
.
brandMainColor
,
for
:
.
selected
)
btn
.
setImage
(
UIImage
(
named
:
"basic_info_
check
_0"
),
for
:
.
normal
)
btn
.
setImage
(
UIImage
(
named
:
"basic_info_
check
_1"
),
for
:
.
selected
)
btn
.
setImage
(
UIImage
(
named
:
"basic_info_
radio
_0"
),
for
:
.
normal
)
btn
.
setImage
(
UIImage
(
named
:
"basic_info_
radio
_1"
),
for
:
.
selected
)
btn
.
iconInLeft
(
spacing
:
6
)
btn
.
tag
=
item
.
id
btn
.
addTarget
(
self
,
action
:
#selector(
clickCheckBtn(sender:)
)
,
for
:
.
touchUpInside
)
...
...
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/基本资料/basic_info_radio_0.imageset/Contents.json
0 → 100644
View file @
e31771e2
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"Ellipse 323@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"Ellipse 323@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/基本资料/basic_info_radio_0.imageset/Ellipse 323@2x.png
0 → 100644
View file @
e31771e2
1.29 KB
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/基本资料/basic_info_radio_0.imageset/Ellipse 323@3x.png
0 → 100644
View file @
e31771e2
1.89 KB
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/基本资料/basic_info_radio_1.imageset/Contents.json
0 → 100644
View file @
e31771e2
{
"images"
:
[
{
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
{
"filename"
:
"Group 3040@2x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"Group 3040@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
],
"info"
:
{
"author"
:
"xcode"
,
"version"
:
1
}
}
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/基本资料/basic_info_radio_1.imageset/Group 3040@2x.png
0 → 100644
View file @
e31771e2
1.13 KB
galaxy/galaxy/Res/Assets.xcassets/ServiceCenter/基本资料/basic_info_radio_1.imageset/Group 3040@3x.png
0 → 100644
View file @
e31771e2
1.62 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