Commit 911c099e authored by David黄金龙's avatar David黄金龙

no message

parent 528b7967
...@@ -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
}() }()
......
...@@ -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
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment