修改了加入白名单之后不能点击主播评级

This commit is contained in:
fengshuo
2023-01-03 19:01:22 +08:00
parent b8cf93db00
commit 2a01188251
2 changed files with 3 additions and 1 deletions

View File

@@ -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;