更换AI皮肤逻辑图片 + 更换placeholdimage

This commit is contained in:
2025-12-19 21:29:11 +08:00
parent 200b1ab9f8
commit 2cacaab974
15 changed files with 96 additions and 8 deletions

View File

@@ -82,7 +82,7 @@
[self.viewModel fetchUserDetailWithCompletion:^(KBUser * _Nullable user, NSError * _Nullable error) {
if (user) {
weakSelf.userModel = user;
[weakSelf.avatarView kb_setAvatarURL:weakSelf.userModel.avatarUrl placeholder:KBPlaceholderImage];
[weakSelf.avatarView kb_setAvatarURL:weakSelf.userModel.avatarUrl placeholder:KBAvatarPlaceholderImage];
weakSelf.modifyLabel.text = weakSelf.userModel.nickName;
// gender
NSString *genderText = [weakSelf kb_genderDisplayText];