feat: 修正初步 debug 问题
This commit is contained in:
@@ -21,6 +21,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface XPRoomActivityContainerView : UIView<RoomGuestDelegate>
|
||||
@property(nonatomic,copy)OpenRedPacketHandle openRedPacketHandle;
|
||||
@property (nonatomic, copy) void(^showSendGiftView)(void);
|
||||
@property(nonatomic,strong) NSMutableArray *redPacketList;
|
||||
@property(nonatomic,strong) NSMutableArray<ActivityInfoModel *> *playList;
|
||||
@property(nonatomic,strong) NSMutableArray<LittleGameInfoModel *> *littleGameList;
|
||||
|
@@ -643,6 +643,14 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
|
||||
BoomInfoViewController *vc = [[BoomInfoViewController alloc] init];
|
||||
vc.modalPresentationStyle = UIModalPresentationOverFullScreen;
|
||||
[self.hostDelegate.getCurrentNav presentViewController:vc animated:YES completion:nil];
|
||||
|
||||
@kWeakify(self);
|
||||
[vc setShowGiftPanel:^{
|
||||
@kStrongify(self);
|
||||
if (self.showSendGiftView) {
|
||||
self.showSendGiftView();
|
||||
}
|
||||
}];
|
||||
}
|
||||
|
||||
- (void)didTapConfigEntranceButton {
|
||||
|
Reference in New Issue
Block a user