Commit 4a3ac675 authored by Steven杜宇's avatar Steven杜宇

// 确认

parent 9ae3746e
...@@ -327,7 +327,7 @@ extension YHResignInfoItemView: UITextFieldDelegate { ...@@ -327,7 +327,7 @@ extension YHResignInfoItemView: UITextFieldDelegate {
} }
if self.item.id == .hongkongAddress { // 香港住址 if self.item.id == .hongkongAddress { // 香港住址
if newText.count > 200 { // 上限30个字符 if newText.count > 200 { // 上限200个字符
newText = String(newText.prefix(200)) newText = String(newText.prefix(200))
textField.text = newText textField.text = newText
textFieldChanged(textField: textField) textFieldChanged(textField: textField)
......
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