房间公屏用模型
This commit is contained in:
@@ -375,6 +375,7 @@
|
||||
return;
|
||||
}
|
||||
self.giftBarView.sendButtonIsEnable = NO;
|
||||
NSLog(@"送礼物陈宫之前的时间:%@", [NSDate date]);
|
||||
///发送消息
|
||||
[self.presenter sendGift:uidString giftNum:giftNumber sendType:sendType giftId:giftId giftSource:sourceType giftType:giftInfo.giftType roomSendType:roomSendType roomUid:self.roomUid msg:@""];
|
||||
} else {
|
||||
@@ -591,6 +592,7 @@
|
||||
}
|
||||
|
||||
- (void)sendGiftSuccess:(GiftReceiveInfoModel *)receiveInfo originDic:(NSDictionary *)originDic uidCount:(NSInteger)uidCount{
|
||||
NSLog(@"送礼物陈宫之后的时间:%@", [NSDate date]);
|
||||
self.giftBarView.sendButtonIsEnable = YES;
|
||||
if (receiveInfo.sourceType == GiftSourceType_Pack) {
|
||||
///更新个数
|
||||
|
Reference in New Issue
Block a user