Commit bc259d4b2586ebc1832babf8a17bd77ef51b418c
1 parent
e112a8cf
no message
Showing
1 changed file
with
1 additions
and
1 deletions
CNLiveSettingModule/Classes/Privacy/CNLiveNotSeeCell.m
| @@ -55,7 +55,7 @@ static const NSInteger margin = 15; | @@ -55,7 +55,7 @@ static const NSInteger margin = 15; | ||
| 55 | }else{ | 55 | }else{ |
| 56 | _avatarImage.layer.masksToBounds = YES; | 56 | _avatarImage.layer.masksToBounds = YES; |
| 57 | _avatarImage.layer.cornerRadius = 5; | 57 | _avatarImage.layer.cornerRadius = 5; |
| 58 | - [_avatarImage sd_setImageWithURL:[NSURL URLWithString:model.image] placeholderImage:[UIImage imageNamed:@""]]; | 58 | + [_avatarImage sd_setImageWithURL:[NSURL URLWithString:model.image] placeholderImage:nil]; |
| 59 | _nameLabel.text = model.nickName; | 59 | _nameLabel.text = model.nickName; |
| 60 | 60 | ||
| 61 | } | 61 | } |