feat:90% 完成新商场/我的装扮
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user