编辑心愿礼物会多出一个礼物的问题
This commit is contained in:
@@ -1701,6 +1701,11 @@
|
||||
make.size.mas_equalTo(CGSizeMake(81, 30));
|
||||
}];
|
||||
}
|
||||
|
||||
if (self.delegate.getRoomInfo.roomModeType == RoomModeType_Open_Blind) {
|
||||
self.wishGiftView.hidden = YES;
|
||||
}
|
||||
|
||||
} roomUid:roomUid];
|
||||
} else {
|
||||
if (self.wishGiftView.superview) {
|
||||
@@ -1745,6 +1750,15 @@
|
||||
}];
|
||||
}
|
||||
[self.wishGiftVC getWishGiftListSuccess:array];
|
||||
|
||||
if (self.delegate.getRoomInfo.roomModeType == RoomModeType_Open_Blind) {
|
||||
self.wishGiftView.hidden = YES;
|
||||
}
|
||||
} else if (attachment.second == Custom_Message_Sub_Wish_Gift_Close) {
|
||||
if (!self.wishGiftView.superview) {
|
||||
[self.wishGiftVC getWishGiftListSuccess:@[]];
|
||||
[self.wishGiftView removeFromSuperview];
|
||||
}
|
||||
}
|
||||
|
||||
if (attachment.second == Custom_Message_Sub_Wish_Gift_Open) {
|
||||
|
Reference in New Issue
Block a user