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
ccf179f2
Commit
ccf179f2
authored
Aug 23, 2024
by
Steven杜宇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
// 选择办证地点逻辑
parent
ddcff9ff
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
7 deletions
+8
-7
YHInfoItemSelectSheetView.swift
...ntCertificate(3 赴港办证预约)/V/YHInfoItemSelectSheetView.swift
+1
-1
YHSelectApplicantGroupCell.swift
...tCertificate(3 赴港办证预约)/V/YHSelectApplicantGroupCell.swift
+1
-0
YHSelectHKPlaceListView.swift
...ointCertificate(3 赴港办证预约)/V/YHSelectHKPlaceListView.swift
+6
-6
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHInfoItemSelectSheetView.swift
View file @
ccf179f2
...
@@ -29,7 +29,7 @@ class YHInfoItemSelectSheetView: UIView {
...
@@ -29,7 +29,7 @@ class YHInfoItemSelectSheetView: UIView {
// 显示placeHolder
// 显示placeHolder
detailLabel
.
text
=
self
.
placeHolder
detailLabel
.
text
=
self
.
placeHolder
detailLabel
.
textColor
=
.
placeHolderColor
detailLabel
.
textColor
=
.
placeHolderColor
detailLabel
.
textAlignment
=
.
lef
t
detailLabel
.
textAlignment
=
.
righ
t
return
return
}
}
detailLabel
.
text
=
detail
detailLabel
.
text
=
detail
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHSelectApplicantGroupCell.swift
View file @
ccf179f2
...
@@ -127,6 +127,7 @@ class YHSelectApplicantGroupCell: UITableViewCell {
...
@@ -127,6 +127,7 @@ class YHSelectApplicantGroupCell: UITableViewCell {
let
view
=
YHInfoItemSelectSheetView
(
frame
:
.
zero
)
let
view
=
YHInfoItemSelectSheetView
(
frame
:
.
zero
)
view
.
isShowDetailOneline
=
true
view
.
isShowDetailOneline
=
true
view
.
title
=
"具体日期"
view
.
title
=
"具体日期"
view
.
placeHolder
=
"请选择具体日期"
view
.
detail
=
""
view
.
detail
=
""
view
.
clickBlock
=
{
view
.
clickBlock
=
{
[
weak
self
]
in
[
weak
self
]
in
...
...
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/CustomerService/Certificate(办证段)/AppointCertificate(3 赴港办证预约)/V/YHSelectHKPlaceListView.swift
View file @
ccf179f2
...
@@ -113,12 +113,12 @@ class YHSelectHKPlaceListView: UIView {
...
@@ -113,12 +113,12 @@ class YHSelectHKPlaceListView: UIView {
func
createUI
()
{
func
createUI
()
{
self
.
addSubview
(
blackMaskView
)
self
.
addSubview
(
blackMaskView
)
self
.
didA
ddSubview
(
whiteContentView
)
self
.
a
ddSubview
(
whiteContentView
)
whiteContentView
.
didA
ddSubview
(
titleLabel
)
whiteContentView
.
a
ddSubview
(
titleLabel
)
whiteContentView
.
didA
ddSubview
(
cancelBtn
)
whiteContentView
.
a
ddSubview
(
cancelBtn
)
whiteContentView
.
didA
ddSubview
(
confirmBtn
)
whiteContentView
.
a
ddSubview
(
confirmBtn
)
whiteContentView
.
didA
ddSubview
(
lineView
)
whiteContentView
.
a
ddSubview
(
lineView
)
whiteContentView
.
didA
ddSubview
(
tableView
)
whiteContentView
.
a
ddSubview
(
tableView
)
blackMaskView
.
snp
.
makeConstraints
{
make
in
blackMaskView
.
snp
.
makeConstraints
{
make
in
make
.
edges
.
equalToSuperview
()
make
.
edges
.
equalToSuperview
()
...
...
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