feat:90% 完成新商场/我的装扮

This commit is contained in:
P
2024-11-20 18:25:13 +08:00
parent 17fbd340d6
commit f07773ff03
44 changed files with 1885 additions and 219 deletions

View File

@@ -9,4 +9,15 @@
@implementation HomeSearchResultModel
- (instancetype)initFromUserInfo:(UserInfoModel *)model {
if (self = [super init]) {
self.userLevelVo = model.userLevelVo;
self.avatar = model.avatar;
self.uid = @(model.uid).stringValue;
self.nick = model.nick;
self.erbanNo = @(model.erbanNo).stringValue;
}
return self;
}
@end