bug修复
This commit is contained in:
@@ -218,7 +218,9 @@
|
||||
self.pi_contentView.attributedText = giftNameAtt;
|
||||
self.giftImageView.imageUrl = _broadcastModel.giftUrl;
|
||||
self.roomNameLabel.text = _broadcastModel.roomTitle;
|
||||
self.countLabel.text = [NSString stringWithFormat:@"x%ld", _broadcastModel.giftNum];
|
||||
if(_broadcastModel.giftNum > 1){
|
||||
self.countLabel.text = [NSString stringWithFormat:@"x%ld", _broadcastModel.giftNum];
|
||||
}
|
||||
[self updateSubviews:_broadcastModel.levelNum];
|
||||
}
|
||||
}
|
||||
@@ -238,6 +240,8 @@
|
||||
_senderAvatarView = [[NetImageView alloc]initWithConfig:config];
|
||||
_senderAvatarView.layer.cornerRadius = kGetScaleWidth(44)/2;
|
||||
_senderAvatarView.layer.masksToBounds = YES;
|
||||
_senderAvatarView.userInteractionEnabled = YES;
|
||||
|
||||
}
|
||||
return _senderAvatarView;
|
||||
}
|
||||
|
Reference in New Issue
Block a user