Commit 0c3b6adc authored by lujunye's avatar lujunye

成功保存后,隐藏取消编辑按钮

parent 28eeb3cc
...@@ -257,6 +257,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo ...@@ -257,6 +257,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
self.setBtmBtnUi() self.setBtmBtnUi()
self.btmColor.backgroundColor = UIColor.white self.btmColor.backgroundColor = UIColor.white
self.isAllEditing = false self.isAllEditing = false
self.navbar.rightTitle = ""
self.listTbv.reloadData() self.listTbv.reloadData()
self.delegate?.EPViewControllerFinishEdit() self.delegate?.EPViewControllerFinishEdit()
}) { (error) in }) { (error) in
......
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