修改了主播评级 会长和族长不参与的问题
This commit is contained in:
@@ -543,7 +543,7 @@
|
||||
///获取家族信息成功
|
||||
- (void)onGetClanDetailInfoSuccess:(ClanDetailInfoModel *)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];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user