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
db7778be
Commit
db7778be
authored
Dec 17, 2024
by
Alex朱枝文
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
直播间商品列表走查问题修复
parent
f41f5ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
2 deletions
+12
-2
YHLiveShopView.swift
...sses/Modules/LivestreamSales(直播销售)/V/YHLiveShopView.swift
+12
-2
No files found.
galaxy/galaxy/Classes/Modules/LivestreamSales(直播销售)/V/YHLiveShopView.swift
View file @
db7778be
...
...
@@ -158,8 +158,18 @@ class YHLiveShopView: UIView {
}
@objc
func
dismiss
()
{
removeFromSuperview
()
closeEvent
?()
// 禁用交互防止动画过程中的重复点击
isUserInteractionEnabled
=
false
centerView
.
isUserInteractionEnabled
=
false
UIView
.
animate
(
withDuration
:
0.25
,
delay
:
0
,
options
:
.
curveEaseIn
)
{
self
.
frame
.
origin
.
y
=
KScreenHeight
self
.
centerView
.
alpha
=
0
}
completion
:
{
_
in
self
.
centerView
.
removeFromSuperview
()
self
.
removeFromSuperview
()
self
.
closeEvent
?()
}
}
}
...
...
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