|
@@ -207,9 +207,12 @@ class MessageListTableCell: UITableViewCell {
|
|
|
if oneStr != "" {
|
|
|
self.titleLabel.addClickText(oneStr, attributeds: [NSAttributedString.Key.foregroundColor:k333333Color], transmitBody: nil) {
|
|
|
[weak self] (data) in
|
|
|
- let vc = OtherPersonalCenterViewController()
|
|
|
- vc.uid = self?.messageDataModel?.param?.uid ?? 0
|
|
|
- self?.findViewController()?.navigationController?.pushViewController(vc, animated: true)
|
|
|
+ if self?.messageDataModel?.param?.uid != UserModel.shared().getModel()?.uid {
|
|
|
+ let vc = OtherPersonalCenterViewController()
|
|
|
+ vc.uid = self?.messageDataModel?.param?.uid ?? 0
|
|
|
+ self?.findViewController()?.navigationController?.pushViewController(vc, animated: true)
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
if Three != "" {
|