暂时提交
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#import "QXRedBagTagView.h"
|
||||
#import "QXRedBagDrawView.h"
|
||||
#import "QXRedBagListView.h"
|
||||
#import "QXRoomViewController+RedPacket.h"
|
||||
|
||||
@interface QXRoomViewController ()<
|
||||
QXRoomBottomViewDelegate,
|
||||
@@ -92,7 +93,7 @@ QXRoomUserInfoViewDelegate
|
||||
- (void)viewDidLoad {
|
||||
[super viewDidLoad];
|
||||
// Do any additional setup after loading the view.
|
||||
|
||||
[self initRedpacketManager];
|
||||
}
|
||||
-(void)viewWillAppear:(BOOL)animated{
|
||||
[super viewWillAppear:animated];
|
||||
@@ -211,7 +212,7 @@ QXRoomUserInfoViewDelegate
|
||||
}
|
||||
|
||||
[self.view addSubview:self.hourRankIconView];
|
||||
// [self.view addSubview:self.redBagTagView];
|
||||
[self.view addSubview:self.redBagTagView];
|
||||
[self setupEffectView];
|
||||
|
||||
// [self.view addSubview:self.headlineView];
|
||||
|
||||
Reference in New Issue
Block a user