fix: 修正玩小游戏时,送礼会遮挡 UI 问题

This commit is contained in:
eggmanQQQ
2024-09-23 12:21:11 +08:00
parent 240846c809
commit a09a1d20f0
2 changed files with 1 additions and 2 deletions

View File

@@ -633,7 +633,6 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
}
}
[self.hostDelegate.getSuperView addSubview:vc.view];
[self.hostDelegate.getSuperView bringSubviewToFront:animationView];
vc.view.tag = 913;
}
}

View File

@@ -315,7 +315,7 @@
}
}
[self.hostDelegate.getSuperView addSubview:vc.view];
[self.hostDelegate.getSuperView bringSubviewToFront:animationView];
// [self.hostDelegate.getSuperView bringSubviewToFront:animationView];
vc.view.tag = 913;
}
}