房间PK重新开始PK显示异常的问题

This commit is contained in:
fengshuo
2022-05-29 13:56:06 +08:00
parent 7227152adf
commit b9393e9a6a
10 changed files with 99 additions and 80 deletions

View File

@@ -365,7 +365,7 @@
}else if (model.voteMode == RoomPKVoteModeType_NumberPerson){
pkType = @"送礼人数多的团队获胜";
}
NSString * title = [NSString stringWithFormat:@"管理员创建房间PK本次PK时间为%.0f秒,%@", model.duration, pkType];
NSString * title = [NSString stringWithFormat:@"管理发起房间PK本次PK时间为%.0f秒,%@", model.duration, pkType];
[attribute appendAttributedString:[self createTextAttribute:title color:[ThemeColor messageTextColor] font:kRoomMessageDefalutFont]];
}else if (attachment.second == Custom_Message_Sub_Room_PK_Start){
NSString * title = [NSString stringWithFormat:@"PK开始了本次PK时间为%.0f秒,快给喜欢的选手投票吧", model.duration];