Commit 48cefabf authored by 刘俊宏's avatar 刘俊宏

消息中心:敬请期待

parent 4fd5405f
...@@ -83,8 +83,9 @@ class PersonCenterViewController: BaseViewController,UITableViewDelegate,UITable ...@@ -83,8 +83,9 @@ class PersonCenterViewController: BaseViewController,UITableViewDelegate,UITable
//MARK:--跳转消息中心 //MARK:--跳转消息中心
@IBAction func toMsgCenterAction(_ sender: Any) { @IBAction func toMsgCenterAction(_ sender: Any) {
print("跳转消息中心") print("跳转消息中心")
let vc = MsgCenterViewController() HUD.flash(.label("敬请期待"),delay: 1.2)
self.navigationController?.pushViewController(vc, animated: true) // let vc = MsgCenterViewController()
// self.navigationController?.pushViewController(vc, animated: true)
} }
//MARK: -Cell delegate方法 //MARK: -Cell delegate方法
......
...@@ -1123,7 +1123,6 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa ...@@ -1123,7 +1123,6 @@ class OrderDViewController: BaseViewController,UITableViewDelegate,UITableViewDa
HUD.flash(.labeledSubSuccess(subtitle: "提交成功"),delay: 1.2) HUD.flash(.labeledSubSuccess(subtitle: "提交成功"),delay: 1.2)
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderChange"), object: nil) NotificationCenter.default.post(name: NSNotification.Name(rawValue: "orderChange"), object: nil)
self.delegate?.refishingOrderDchange() self.delegate?.refishingOrderDchange()
self.loadData() self.loadData()
}) { (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