Commit ea56bf46 authored by lujunye's avatar lujunye

编辑保存退出bug

parent 4b62d501
...@@ -1608,7 +1608,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo ...@@ -1608,7 +1608,7 @@ class EPViewController: BaseViewController,UITableViewDelegate,UITableViewDataSo
} }
override func backAction() { override func backAction() {
if editBtn?.titleLabel!.text == "保存"{ if btmBtnBGView.subviews.count == 1{
let alertView = GeliAlertView(frame: self.view.window!.bounds) let alertView = GeliAlertView(frame: self.view.window!.bounds)
alertView.delegate = self; alertView.delegate = self;
alertView.tishiLbl.text = "" alertView.tishiLbl.text = ""
......
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