修复bug

This commit is contained in:
liyuhua
2023-09-15 16:08:43 +08:00
parent cafd609cfc
commit df9add9147
9 changed files with 47 additions and 8 deletions

View File

@@ -450,7 +450,7 @@
CGFloat top = self.isPlayOfA == YES ? (190 + statusbarHeight) : (kNavigationHeight + 15);
XPRoomTarrowBannerView *tarrowVeiw = [[XPRoomTarrowBannerView alloc]initWithFrame:CGRectMake(KScreenWidth, top, KScreenWidth , KScreenWidth * kscale)isH5:YES];
tarrowVeiw.isBig = attatchment.second == Custom_Message_Sub_Common_H5_Advanced;
tarrowVeiw.giftInfo = attatchment;
tarrowVeiw.giftH5Info = attatchment;
[self.middleLevelView addSubview:tarrowVeiw];
POPSpringAnimation *springAnimation = [POPSpringAnimation animationWithPropertyNamed:kPOPViewCenter];