Commit d25d42b0 authored by Steven杜宇's avatar Steven杜宇

// 消息

parent 8d7cc252
...@@ -171,7 +171,7 @@ class YHMessageListVC: YHBaseViewController { ...@@ -171,7 +171,7 @@ class YHMessageListVC: YHBaseViewController {
} }
self.tableView.reloadData() self.tableView.reloadData()
// 发送清空所有未读消息通知 // 发送清空所有未读消息通知
NotificationCenter.default.post(name: YhConstant.YhNotification.didLoginSuccessNotifiction, object: nil) NotificationCenter.default.post(name: YhConstant.YhNotification.didMarkAllMessagesReadedNotifiction, object: nil)
return return
} }
......
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