Commit 346d3d08 authored by lujunye's avatar lujunye

补充规格填写售价,重量输入格式错误提醒

parent 680fd596
...@@ -22,9 +22,7 @@ class TitleAndTFCell: UITableViewCell { ...@@ -22,9 +22,7 @@ class TitleAndTFCell: UITableViewCell {
// Initialization code // Initialization code
} }
@objc func textEditing(sender:UITextField){ @objc func textEditing(sender:UITextField){
// if sender.text!.count > 0 {
delegate?.textFieldContent?(content: sender.text!, cell: self) delegate?.textFieldContent?(content: sender.text!, cell: self)
// }
} }
override func setSelected(_ selected: Bool, animated: Bool) { override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated) super.setSelected(selected, animated: animated)
......
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