修改了主播评级 会长和族长不参与的问题

This commit is contained in:
fengshuo
2023-01-05 11:39:59 +08:00
parent 9cced7047f
commit 47113a7320

View File

@@ -543,7 +543,7 @@
/// ///
- (void)onGetClanDetailInfoSuccess:(ClanDetailInfoModel *)clanInfo { - (void)onGetClanDetailInfoSuccess:(ClanDetailInfoModel *)clanInfo {
self.clanInfo = clanInfo; self.clanInfo = clanInfo;
if (self.clanInfo.hall.hallId > 0) { if (self.clanInfo.hall.hallId > 0 && self.clanInfo.hall.ownerUid.integerValue != [AccountInfoStorage instance].getUid.integerValue && !clanInfo.clan.userIsElder) {
[self.presenter getAnchorGradeInfo]; [self.presenter getAnchorGradeInfo];
} }
} }