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
911c099e
Commit
911c099e
authored
Jul 01, 2024
by
David黄金龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
528b7967
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
YHActivityTitleItemView.swift
...ommunity(社区)/Activity(活动)/V/YHActivityTitleItemView.swift
+1
-0
YHApplyActivityAlert.swift
...s/Community(社区)/Activity(活动)/V/YHApplyActivityAlert.swift
+1
-1
No files found.
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/V/YHActivityTitleItemView.swift
View file @
911c099e
...
@@ -73,6 +73,7 @@ class YHActivityTitleItemView: UIView {
...
@@ -73,6 +73,7 @@ class YHActivityTitleItemView: UIView {
nameLabel
.
textAlignment
=
.
left
nameLabel
.
textAlignment
=
.
left
nameLabel
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
nameLabel
.
font
=
UIFont
.
PFSC_R
(
ofSize
:
14
)
nameLabel
.
text
=
"深圳市本元大厦26A银河集团体验中心"
nameLabel
.
text
=
"深圳市本元大厦26A银河集团体验中心"
nameLabel
.
numberOfLines
=
0
return
nameLabel
return
nameLabel
}()
}()
...
...
galaxy/galaxy/Classes/Modules/Community(社区)/Activity(活动)/V/YHApplyActivityAlert.swift
View file @
911c099e
...
@@ -604,7 +604,7 @@ extension YHApplyActivityAlert: UITextFieldDelegate {
...
@@ -604,7 +604,7 @@ extension YHApplyActivityAlert: UITextFieldDelegate {
return
false
return
false
}
else
if
let
item
=
Int
(
newText
),
item
<
1
{
}
else
if
let
item
=
Int
(
newText
),
item
<
1
{
textField
.
text
=
"1"
textField
.
text
=
"1"
YHHUD
.
flash
(
message
:
"
至
少添加1人"
)
YHHUD
.
flash
(
message
:
"
最
少添加1人"
)
updateButtonUI
()
updateButtonUI
()
return
false
return
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