个播中点击结束PK弹窗提示
This commit is contained in:
@@ -547,6 +547,7 @@
|
||||
});
|
||||
AcrossRoomPKPanelModel * acrossPKPanelInfo = [AcrossRoomPKPanelModel modelWithJSON:attachment.data];
|
||||
[[RtcManager instance] connectOtherRoom:acrossPKPanelInfo.aRoomId userId:acrossPKPanelInfo.aUid];
|
||||
self.delegate.getRoomInfo.roundId = acrossPKPanelInfo.roundId;
|
||||
}
|
||||
}
|
||||
}];
|
||||
@@ -588,6 +589,7 @@
|
||||
}
|
||||
AcrossRoomPKPanelModel * acrossPKPanelInfo = [AcrossRoomPKPanelModel modelWithJSON:attachment.data];
|
||||
self.anchorPKPanelView.pkPanelInfo = acrossPKPanelInfo;
|
||||
self.delegate.getRoomInfo.roundId = acrossPKPanelInfo.roundId;
|
||||
}
|
||||
break;
|
||||
case Custom_Message_Sub_AnchorPK_End://个播PK结束,进入惩罚阶段
|
||||
|
Reference in New Issue
Block a user