修复bug

This commit is contained in:
liyuhua
2023-10-07 09:57:48 +08:00
parent 886ac6f950
commit 890c9dd4d4
5 changed files with 12 additions and 11 deletions

View File

@@ -165,8 +165,10 @@ UIKIT_EXTERN NSString *kTabShowAnchorCardKey;
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(showAnchorCardKey:) name:kTabShowAnchorCardKey object:nil];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(teenagerStatusChange:) name:kTeenagerStatusChange object:nil];
}
- (void)viewWillAppear:(BOOL)animated {