修改了加入白名单之后不能点击主播评级
This commit is contained in:
@@ -23,6 +23,8 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
@property (nonatomic,assign) int nextRemaining;
|
||||
///最高等级需要的回复率
|
||||
@property (nonatomic,assign) CGFloat targetReply;
|
||||
///是否是白名单用户 白名单用户不展示弹框
|
||||
@property (nonatomic,assign) BOOL inWhitelist;
|
||||
///本地字段
|
||||
///下一个等级 S / A / B / C / D
|
||||
@property (nonatomic,copy) NSString *nextGrade;
|
||||
|
@@ -256,7 +256,7 @@
|
||||
}
|
||||
|
||||
- (void)anchorLevelAction:(UIButton *)sender {
|
||||
if (self.delegate && [self.delegate respondsToSelector:@selector(xPMineHeadView:didClickAnchorLevel:)]) {
|
||||
if (!self.anchorLevelInfo.inWhitelist && self.delegate && [self.delegate respondsToSelector:@selector(xPMineHeadView:didClickAnchorLevel:)]) {
|
||||
[self.delegate xPMineHeadView:self didClickAnchorLevel:self.anchorLevelInfo];
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user