This commit is contained in:
启星
2025-12-04 14:11:00 +08:00
parent 2d37ab6844
commit 1c5a908dda
49 changed files with 505 additions and 192 deletions

View File

@@ -641,6 +641,7 @@
weakSelf.nameLabel.shimmerColor = [UIColor colorWithHexString:model.nickname_color] ;
[weakSelf.nameLabel startShimmer];
}else{
weakSelf.nameLabel.shimmerColor = UIColor.clearColor;
[weakSelf.nameLabel stopShimmer];
}
if (model.master) {
@@ -1008,6 +1009,8 @@
-(void)showInView:(UIView *)view{
self.cpDressView.hidden = YES;
[self.cpDressView resetView];
[view addSubview:self];
[UIView animateWithDuration:0.3 animations:^{
self.bgView.y = SCREEN_HEIGHT- ScaleWidth(429+33)-kSafeAreaBottom;