修改聊天闪退
This commit is contained in:
@@ -420,6 +420,7 @@
|
||||
}
|
||||
self.nameLabel.text = userModel.nickname;
|
||||
self.idLabel.text = [NSString stringWithFormat:@"ID:%@",userModel.user_code];
|
||||
self.bodyPriceMoneyLabel.text = userModel.market_value;
|
||||
UILabel *followLabel = [self viewWithTag:10];
|
||||
UILabel *fansLabel = [self viewWithTag:11];
|
||||
UILabel *lookLabel = [self viewWithTag:12];
|
||||
|
||||
Reference in New Issue
Block a user