Commit b5ab5b58 authored by lujunye's avatar lujunye

修复新增品牌输入bug

parent 62bf0c6b
...@@ -136,8 +136,9 @@ class XinZengPinPaiViewController: BaseViewController,UITableViewDataSource,UITa ...@@ -136,8 +136,9 @@ class XinZengPinPaiViewController: BaseViewController,UITableViewDataSource,UITa
func textFieldContent(content: String, cell: TitleAndTFCell) { func textFieldContent(content: String, cell: TitleAndTFCell) {
if cell.tag == 0 { if cell.tag == 0 {
pinPaiName = content pinPaiName = content
}else{
pinPaiUrl = content
} }
pinPaiUrl = content
} }
func TilteAndTextViewCellResponseStr(str: String, cell: TilteAndTextViewCell) { func TilteAndTextViewCellResponseStr(str: String, cell: TilteAndTextViewCell) {
commend = str commend = str
......
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