|
|
@@ -3940,13 +3940,14 @@ static int pkAnchorRTCNum = 0;
|
|
|
}
|
|
|
|
|
|
- (void)handleBlindBoxRtm:(MORtmEntity *)entity {
|
|
|
- NSLog(@"yjm--handleBlindBoxRtm");
|
|
|
MORtmJosnEntity *jsonEntity = (MORtmJosnEntity *)entity.data;
|
|
|
MORtmBlindboxDrawResult *drawResult = jsonEntity.blindboxDrawResult;
|
|
|
|
|
|
if (drawResult.noticeType == 2 || drawResult.noticeType == 3) {//房间顶部通知
|
|
|
|
|
|
- [self.liveView.expensiveView showMessage:entity];//礼物
|
|
|
+ if (drawResult.list.count > 0) {//礼物
|
|
|
+ [self.liveView.expensiveView showMessage:entity];
|
|
|
+ }
|
|
|
|
|
|
if (drawResult.propNotices.count > 0) {//装扮
|
|
|
NSString *propString = [self createBlindBoxDeawResultPropString:drawResult.propNotices];
|