Commit aa9f6def authored by Steven杜宇's avatar Steven杜宇

// 专业限制

parent 3ff8dd7a
...@@ -215,8 +215,9 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource { ...@@ -215,8 +215,9 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
textField in textField in
var max = -1 var max = -1
if detailItem.type == .educationMajor || if detailItem.type == .educationMajor {
detailItem.type == .educationCity { max = 50
} else if detailItem.type == .educationCity {
max = 100 max = 100
} }
......
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