魔力全服福袋礼物开出记录

This commit is contained in:
fengshuo
2022-10-17 19:51:34 +08:00
parent 70d68f0d03
commit af7689e7db
12 changed files with 205 additions and 1 deletions

View File

@@ -81,6 +81,8 @@
@property (nonatomic,strong) NSArray *graffitiPoint;
///
@property (nonatomic,assign) GiftSegmentType segmentType;
///
@property (nonatomic,strong) NSArray *records;
@end
@implementation XPSendGiftView
@@ -147,6 +149,7 @@
[self.presenter getUserWallInfo];
[self.presenter getNormalGiftList:self.roomUid];
[self.presenter getPackGiftList];
[self.presenter luckyGiftBroadcastRecord];
}
#pragma mark - Send Custom Message
@@ -635,6 +638,13 @@
[self showErrorToast:msg];
}
}
- (void)luckyGiftBroadcastRecordSuccess:(NSArray *)records {
self.records = records;
self.luckyBroadcastView.records = records;
}
#pragma mark - Event Response
- (void)disMissViewRecognizer:(UITapGestureRecognizer *)tap {
[self dismissViewControllerAnimated:YES completion:nil];