修复盲盒连送

This commit is contained in:
2025-10-04 18:31:00 +08:00
parent 367c5f3cea
commit b0bab1f1be
10 changed files with 54 additions and 20 deletions

View File

@@ -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];