修复bug

This commit is contained in:
liyuhua
2024-04-24 20:08:24 +08:00
parent 630ee2f754
commit cfd4111b24
160 changed files with 1140 additions and 571 deletions

View File

@@ -503,7 +503,7 @@ UIKIT_EXTERN NSString *kShowFirstRechargeView;
[UIView animateWithDuration:0.1 animations:^{
candyTreeVC.view.frame = CGRectMake(0, 0, KScreenWidth, KScreenHeight);
}completion:^(BOOL finished) {
candyTreeVC.view.backgroundColor = [UIColor colorWithWhite:0 alpha:0.5];
}];
}