fix: 修正玩小游戏时,送礼会遮挡 UI 问题
This commit is contained in:
@@ -633,7 +633,6 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
|
||||
}
|
||||
}
|
||||
[self.hostDelegate.getSuperView addSubview:vc.view];
|
||||
[self.hostDelegate.getSuperView bringSubviewToFront:animationView];
|
||||
vc.view.tag = 913;
|
||||
}
|
||||
}
|
||||
|
@@ -315,7 +315,7 @@
|
||||
}
|
||||
}
|
||||
[self.hostDelegate.getSuperView addSubview:vc.view];
|
||||
[self.hostDelegate.getSuperView bringSubviewToFront:animationView];
|
||||
// [self.hostDelegate.getSuperView bringSubviewToFront:animationView];
|
||||
vc.view.tag = 913;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user