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
0a611846
Commit
0a611846
authored
Jan 27, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 图片资源
parent
56bdd5aa
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
7 additions
and
4 deletions
+7
-4
YHCertificateViewController.swift
...cess(流程)/FamilyMember/C/YHCertificateViewController.swift
+2
-0
YHFormItemAddCell.swift
...viceProcess(流程)/FamilyMember/View/YHFormItemAddCell.swift
+2
-1
Contents.json
...Assets.xcassets/Form/form_add_info.imageset/Contents.json
+1
-1
PlusOutlined.png
...ets.xcassets/Form/form_add_info.imageset/PlusOutlined.png
+0
-0
PlusOutlined@3x.png
....xcassets/Form/form_add_info.imageset/PlusOutlined@3x.png
+0
-0
Contents.json
...s.xcassets/Form/form_square_select.imageset/Contents.json
+1
-1
Group 3040.png
....xcassets/Form/form_square_select.imageset/Group 3040.png
+0
-0
Group 3040@3x.png
...assets/Form/form_square_select.imageset/Group 3040@3x.png
+0
-0
Contents.json
...xcassets/Form/form_square_unselect.imageset/Contents.json
+1
-1
Rectangle 2471 (1).png
...Form/form_square_unselect.imageset/Rectangle 2471 (1).png
+0
-0
Rectangle 2471@3x.png
.../Form/form_square_unselect.imageset/Rectangle 2471@3x.png
+0
-0
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/FamilyMember/C/YHCertificateViewController.swift
View file @
0a611846
...
...
@@ -187,6 +187,8 @@ extension YHCertificateViewController : UITableViewDelegate, UITableViewDataSour
func
tableView
(
_
tableView
:
UITableView
,
didSelectRowAt
indexPath
:
IndexPath
)
{
let
vc
=
YHSpouseBasicInfoVC
()
self
.
navigationController
?
.
pushViewController
(
vc
)
}
func
createCorner
(
cell
:
UITableViewCell
,
arr
:
Array
<
Any
>
,
indexPath
:
IndexPath
)
{
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/ServiceProcess(流程)/FamilyMember/View/YHFormItemAddCell.swift
View file @
0a611846
...
...
@@ -29,7 +29,8 @@ class YHFormItemAddCell: UITableViewCell {
btn
.
setTitle
(
"新增信息"
.
local
,
for
:
.
normal
)
btn
.
titleLabel
?
.
font
=
UIFont
.
PFSCR
(
ofSize
:
14
)
btn
.
setTitleColor
(
btnTitleColor
,
for
:
.
normal
)
btn
.
iconInLeft
(
spacing
:
10
)
btn
.
iconInLeft
(
spacing
:
6
)
btn
.
setImage
(
UIImage
(
named
:
"form_add_info"
),
for
:
.
normal
)
btn
.
addTarget
(
self
,
action
:
#selector(
didClickAddBtn
)
,
for
:
.
touchUpInside
)
return
btn
...
...
galaxy/galaxy/Res/Assets.xcassets/Form/form_add_info.imageset/Contents.json
View file @
0a611846
{
"images"
:
[
{
"filename"
:
"PlusOutlined.png"
,
"idiom"
:
"universal"
,
"scale"
:
"1x"
},
...
...
@@ -10,6 +9,7 @@
"scale"
:
"2x"
},
{
"filename"
:
"PlusOutlined@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Form/form_add_info.imageset/PlusOutlined.png
deleted
100644 → 0
View file @
56bdd5aa
269 Bytes
galaxy/galaxy/Res/Assets.xcassets/Form/form_add_info.imageset/PlusOutlined@3x.png
0 → 100644
View file @
0a611846
1.44 KB
galaxy/galaxy/Res/Assets.xcassets/Form/form_square_select.imageset/Contents.json
View file @
0a611846
...
...
@@ -5,11 +5,11 @@
"scale"
:
"1x"
},
{
"filename"
:
"Group 3040.png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"Group 3040@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Form/form_square_select.imageset/Group 3040.png
deleted
100644 → 0
View file @
56bdd5aa
1.05 KB
galaxy/galaxy/Res/Assets.xcassets/Form/form_square_select.imageset/Group 3040@3x.png
0 → 100644
View file @
0a611846
3.6 KB
galaxy/galaxy/Res/Assets.xcassets/Form/form_square_unselect.imageset/Contents.json
View file @
0a611846
...
...
@@ -5,11 +5,11 @@
"scale"
:
"1x"
},
{
"filename"
:
"Rectangle 2471 (1).png"
,
"idiom"
:
"universal"
,
"scale"
:
"2x"
},
{
"filename"
:
"Rectangle 2471@3x.png"
,
"idiom"
:
"universal"
,
"scale"
:
"3x"
}
...
...
galaxy/galaxy/Res/Assets.xcassets/Form/form_square_unselect.imageset/Rectangle 2471 (1).png
deleted
100644 → 0
View file @
56bdd5aa
468 Bytes
galaxy/galaxy/Res/Assets.xcassets/Form/form_square_unselect.imageset/Rectangle 2471@3x.png
0 → 100644
View file @
0a611846
2.3 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