去除假的用户信息
This commit is contained in:
@@ -396,7 +396,7 @@ static NSString * const kKBVipReviewListCellId = @"kKBVipReviewListCellId";
|
||||
if (indexPath.section == 1) {
|
||||
return CGSizeMake(w, KBFit(75 + 6));
|
||||
} else {
|
||||
return CGSizeMake(w, 140);
|
||||
return CGSizeMake(w, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user