房间PK终于完工了

This commit is contained in:
fengshuo
2022-04-01 14:24:58 +08:00
parent 77646e1e76
commit 958f8e8aca
27 changed files with 384 additions and 58 deletions

View File

@@ -266,7 +266,7 @@
[attribute appendAttributedString:[self createTextAttribute:@"进入" color:[ThemeColor messageTextColor] font:kRoomMessageDefalutFont]];
NSString * groupTypeStr;
UIColor * groupColor;
if (userInfoModel.groupType == GroupTyp_Red) {
if (userInfoModel.groupType == GroupType_Red) {
groupTypeStr= @"红队";
groupColor = UIColorFromRGB(0xFB3D74);
}else{