修复了用户不再坑位上用户卡片送礼物无法送出的问题

This commit is contained in:
fengshuo
2022-04-20 17:40:21 +08:00
parent eee3d38742
commit 8afd2cdfe7
2 changed files with 58 additions and 40 deletions

View File

@@ -222,8 +222,8 @@
- (UILabel *)nickLabel {
if (!_nickLabel) {
_nickLabel = [[UILabel alloc] init];
_nickLabel.font = [UIFont systemFontOfSize:12];
_nickLabel.textColor = [ThemeColor mainTextColor];
_nickLabel.font = [UIFont systemFontOfSize:15];
_nickLabel.textColor = [UIColor whiteColor];
}
return _nickLabel;
}