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
35a5fa05
Commit
35a5fa05
authored
Mar 15, 2024
by
Steven杜宇
1
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into develop
parents
6e429c4b
75193ea1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
YHInformationFillTipsAlertView.swift
...igentService(服务中心)/V/YHInformationFillTipsAlertView.swift
+2
-12
No files found.
galaxy/galaxy/Classes/Modules/IntelligentService(服务中心)/V/YHInformationFillTipsAlertView.swift
View file @
35a5fa05
...
...
@@ -69,9 +69,6 @@ class YHInformationFillTipsAlertView: UIView {
override
init
(
frame
:
CGRect
)
{
super
.
init
(
frame
:
frame
)
backgroundColor
=
UIColor
(
white
:
0.5
,
alpha
:
0.1
)
// let tap = UITapGestureRecognizer(target: self, action: #selector(handleTap))
// tap.delegate = self
// addGestureRecognizer(tap)
setView
()
}
...
...
@@ -114,7 +111,7 @@ class YHInformationFillTipsAlertView: UIView {
bottomView
.
addSubview
(
checkBtn
)
checkBtn
.
snp
.
makeConstraints
{
make
in
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
40
)
make
.
bottom
.
equalToSuperview
()
.
offset
(
-
24
)
make
.
left
.
equalTo
(
kMargin
)
make
.
right
.
equalTo
(
-
kMargin
)
make
.
height
.
equalTo
(
48
)
...
...
@@ -133,7 +130,7 @@ class YHInformationFillTipsAlertView: UIView {
bottomView
.
addSubview
(
lable00
)
lable00
.
snp
.
makeConstraints
{
make
in
make
.
bottom
.
equalTo
(
checkBtn
.
snp
.
top
)
.
offset
(
-
14
)
make
.
bottom
.
equalTo
(
checkBtn
.
snp
.
top
)
.
offset
(
-
26
)
make
.
left
.
equalTo
(
41
)
make
.
right
.
equalTo
(
-
16
)
make
.
height
.
equalTo
(
20
)
...
...
@@ -218,7 +215,6 @@ class YHInformationFillTipsAlertView: UIView {
if
agreeButton
.
isSelected
==
true
{
block
?(
true
)
dismiss
()
//for test hjl
}
else
{
YHHUD
.
flash
(
message
:
"请先勾选确认知悉内容"
)
}
...
...
@@ -235,12 +231,6 @@ class YHInformationFillTipsAlertView: UIView {
@objc
func
agree
()
{
block
?(
true
)
// dismiss()
}
@objc
private
func
handleTap
(
_
sender
:
AnyObject
?)
{
print
(
"处理点击手势"
)
dismiss
()
}
@objc
func
disagree
()
{
...
...
pete谢兆麟
@pete
mentioned in commit
01c2a1bc
·
Mar 15, 2024
mentioned in commit
01c2a1bc
mentioned in commit 01c2a1bc7e9b93d55f5fd5ece9b485c01bca5e51
Toggle commit list
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