个人中心-获取公会信息

This commit is contained in:
chenguilong
2022-07-27 16:25:51 +08:00
parent 20b0884769
commit 4ffa485df5
4 changed files with 21 additions and 1 deletions

View File

@@ -114,6 +114,7 @@
[super viewWillAppear:animated];
[self.presenter getUserInfo];
[self.presenter getPersonItemList];
[self.presenter getClanDetailInfo];
[self.presenter getLittleGameList];
[self.presenter getMineBannerList];
}
@@ -437,6 +438,7 @@
self.headView.nobleInfo = model;
}
///
- (void)onGetClanDetailInfoSuccess:(ClanDetailInfoModel *)clanInfo {
self.clanInfo = clanInfo;
}