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
129da39e
Commit
129da39e
authored
Aug 15, 2024
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签字实名认证UI弹框
parent
40ce37d8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
YHSignAppendStepView.swift
...vice(服务中心)/MySignature(我的签字)/V/YHSignAppendStepView.swift
+4
-6
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/MySignature(我的签字)/V/YHSignAppendStepView.swift
View file @
129da39e
...
@@ -40,7 +40,7 @@ class YHSignAppendStepView: UIView {
...
@@ -40,7 +40,7 @@ class YHSignAppendStepView: UIView {
}
}
func
setView
()
{
func
setView
()
{
backgroundColor
=
UIColor
(
hex
:
0x0000
,
alpha
:
0.5
)
backgroundColor
=
UIColor
(
hex
:
0x0000
00
,
alpha
:
0.5
)
centerView
=
{
centerView
=
{
let
view
=
UIView
()
let
view
=
UIView
()
view
.
backgroundColor
=
.
white
view
.
backgroundColor
=
.
white
...
@@ -108,9 +108,9 @@ class YHSignAppendStepView: UIView {
...
@@ -108,9 +108,9 @@ class YHSignAppendStepView: UIView {
tipsLabel
=
{
tipsLabel
=
{
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_
M
(
ofSize
:
12
)
label
.
font
=
UIFont
.
PFSC_
R
(
ofSize
:
12
)
label
.
textColor
=
UIColor
.
brandMainColor
label
.
textColor
=
UIColor
.
brandMainColor
label
.
textAlignment
=
.
center
label
.
textAlignment
=
.
left
label
.
text
=
"注意:手机号与姓名必须匹配,否则无法完成签署"
label
.
text
=
"注意:手机号与姓名必须匹配,否则无法完成签署"
return
label
return
label
}()
}()
...
@@ -126,7 +126,6 @@ class YHSignAppendStepView: UIView {
...
@@ -126,7 +126,6 @@ class YHSignAppendStepView: UIView {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textAlignment
=
.
center
label
.
text
=
"姓名"
label
.
text
=
"姓名"
return
label
return
label
}()
}()
...
@@ -142,7 +141,6 @@ class YHSignAppendStepView: UIView {
...
@@ -142,7 +141,6 @@ class YHSignAppendStepView: UIView {
let
label
=
UILabel
()
let
label
=
UILabel
()
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
label
.
font
=
UIFont
.
PFSC_M
(
ofSize
:
14
)
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textColor
=
UIColor
.
mainTextColor
label
.
textAlignment
=
.
center
label
.
text
=
"手机号"
label
.
text
=
"手机号"
return
label
return
label
}()
}()
...
@@ -230,7 +228,7 @@ class YHSignAppendStepView: UIView {
...
@@ -230,7 +228,7 @@ class YHSignAppendStepView: UIView {
centerView
.
addSubview
(
sureButton
)
centerView
.
addSubview
(
sureButton
)
sureButton
.
snp
.
makeConstraints
{
make
in
sureButton
.
snp
.
makeConstraints
{
make
in
make
.
right
.
equalTo
(
-
16
)
make
.
right
.
equalTo
(
-
16
)
make
.
height
.
equalTo
(
4
4
)
make
.
height
.
equalTo
(
4
8
)
make
.
left
.
equalTo
(
16
)
make
.
left
.
equalTo
(
16
)
make
.
bottom
.
equalTo
(
-
46
)
make
.
bottom
.
equalTo
(
-
46
)
}
}
...
...
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