This commit is contained in:
2025-12-04 14:44:56 +08:00
parent cffd77eeb5
commit 2665b5ad1f
3 changed files with 28 additions and 15 deletions

View File

@@ -227,7 +227,7 @@
}
- (void)onAvatarTap {
KBPersonInfoVC *vc = [[KBPersonInfoVC alloc] init];
vc.userModel = self.userModel;
// vc.userModel = self.userModel;
[KB_CURRENT_NAV pushViewController:vc animated:true];
}
- (void)onLeftCardTap {