Commit 2f42bcdc authored by David黄金龙's avatar David黄金龙

删除 邮箱的校验

parent d90a20c4
......@@ -504,7 +504,7 @@ extension YHItemView: UITextFieldDelegate {
return false
}
if (dataSource?.id == .id12 || dataSource?.id == .id17 || dataSource?.id == .id30 ||
if (dataSource?.id == .id12 || dataSource?.id == .id17 ||
dataSource?.id == .id9 || dataSource?.id == .id13 || dataSource?.id == .id18) && newText.count > 50 {
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