上架前提交
This commit is contained in:
@@ -787,7 +787,7 @@
|
||||
"$(inherited)",
|
||||
"$(SDKROOT)/usr/lib/swift",
|
||||
);
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
MARKETING_VERSION = 1.1.6;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.qxcm.qxlive;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
@@ -853,7 +853,7 @@
|
||||
"$(inherited)",
|
||||
"$(SDKROOT)/usr/lib/swift",
|
||||
);
|
||||
MARKETING_VERSION = 1.1.5;
|
||||
MARKETING_VERSION = 1.1.6;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = com.qxcm.qxlive;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||
|
||||
@@ -127,6 +127,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
/// 用户昵称颜色
|
||||
@property (nonatomic,strong)NSString *nickname_color;
|
||||
|
||||
@property (nonatomic,strong)NSString *is_online;
|
||||
|
||||
@property (nonatomic,assign)BOOL isSelected;
|
||||
@end
|
||||
|
||||
|
||||
@@ -500,10 +500,11 @@ QXRoomUserInfoViewDelegate
|
||||
NSMutableArray *userIds = [NSMutableArray array];
|
||||
for (QXRoomPitModel *md in self.roomModel.room_info.pit_list) {
|
||||
if (md.user_id.longLongValue > 0) {
|
||||
[userIds addObject:md.user_id];
|
||||
// [userIds addObject:md.user_id];
|
||||
[[NSNotificationCenter defaultCenter] postNotificationName:noticeRoomUserOnlineStatusDidChanged object:@{@"user_id":md.user_id,@"is_online":[NSNumber numberWithInteger:md.is_online.integerValue]}];
|
||||
}
|
||||
}
|
||||
[self getUserOnlineStatusWithUserIds:[userIds componentsJoinedByString:@","]];
|
||||
// [self getUserOnlineStatusWithUserIds:[userIds componentsJoinedByString:@","]];
|
||||
|
||||
self.micTeamView.countLabel.text = self.roomModel.room_info.queue_number;
|
||||
self.titleView.roomModel = self.roomModel;
|
||||
|
||||
Reference in New Issue
Block a user