魔力全服福袋礼物开出记录
This commit is contained in:
@@ -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];
|
||||
|
Reference in New Issue
Block a user