修复盲盒连送
This commit is contained in:
@@ -191,11 +191,11 @@
|
||||
self.roomLuckUserView.centerX = self.roomOwenrView.centerX;
|
||||
[self.bgView addSubview:self.roomLuckUserView];
|
||||
|
||||
self.bottomGiftBgView = [[UIView alloc] initWithFrame:CGRectMake(self.topGiftView.left-20, self.roomLuckUserView.bottom-14-ScaleWidth(118), ScaleWidth(118), 14+ScaleWidth(118))];
|
||||
self.bottomGiftBgView = [[UIView alloc] initWithFrame:CGRectMake(self.topGiftView.left-20, self.roomLuckUserView.bottom-14-ScaleWidth(118)-15, ScaleWidth(118), 14+ScaleWidth(118))];
|
||||
self.bottomGiftBgView.bottom = self.roomLuckUserView.bottom;
|
||||
[self.bgView addSubview:self.bottomGiftBgView];
|
||||
|
||||
self.bottomGiftView = [[QXMeetGiftView alloc] initWithFrame:CGRectMake(0, 10, ScaleWidth(118), ScaleWidth(118)+14)];
|
||||
self.bottomGiftView = [[QXMeetGiftView alloc] initWithFrame:CGRectMake(0, 0, ScaleWidth(118), ScaleWidth(118)+14)];
|
||||
self.bottomGiftView.isLockGift = YES;
|
||||
[self.bottomGiftBgView addSubview:self.bottomGiftView];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user