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
e29512a0
Commit
e29512a0
authored
Jan 07, 2025
by
pete谢兆麟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
http://gitlab.galaxy-immi.com/mobile-group/galaxy-iOS
into develop
parents
072a26c9
6e1aa5bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
YHRecommendedAppointmentLiveView.swift
...treamSales(直播销售)/V/YHRecommendedAppointmentLiveView.swift
+5
-4
No files found.
galaxy/galaxy/Classes/Modules/LivestreamSales(直播销售)/V/YHRecommendedAppointmentLiveView.swift
View file @
e29512a0
...
...
@@ -59,6 +59,9 @@ class YHRecommendedAppointmentLiveView: UIView {
}()
@objc
private
func
appointmentButtonClicked
()
{
if
appointmentButton
.
isSelected
{
return
}
appointmentButtonEvent
?()
}
...
...
@@ -126,11 +129,9 @@ class YHRecommendedAppointmentLiveView: UIView {
func
updateAppointmentButton
(
isAppointmented
:
Bool
)
{
if
isAppointmented
{
appointmentButton
.
isSelected
=
true
appointmentButton
.
isEnabled
=
false
self
.
appointmentButton
.
isSelected
=
true
}
else
{
appointmentButton
.
isSelected
=
false
appointmentButton
.
isEnabled
=
true
self
.
appointmentButton
.
isSelected
=
false
}
}
...
...
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