房间PK重新开始PK显示异常的问题
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user