diff --git a/keyBoard/Class/Pay/V/KBVipReviewListCell.m b/keyBoard/Class/Pay/V/KBVipReviewListCell.m index 159de50..6bcffcd 100644 --- a/keyBoard/Class/Pay/V/KBVipReviewListCell.m +++ b/keyBoard/Class/Pay/V/KBVipReviewListCell.m @@ -27,12 +27,12 @@ static NSString * const kKBVipReviewItemCellId = @"kKBVipReviewItemCellId"; // 模拟数据 _data = @[ - @{@"name":@"Sdsd666", @"text":@"I Highly Recommend This App. It Taught Me How To Chat"}, - @{@"name":@"Joyce", @"text":@"Great keyboard and AI features!"}, - @{@"name":@"Luna", @"text":@"Amazing app, love it."}, - @{@"name":@"Mark", @"text":@"Helps with chat and emotion."}, - @{@"name":@"Alan", @"text":@"Useful personalized keyboard."}, - @{@"name":@"Coco", @"text":@"Recommend to friends."}, +// @{@"name":@"Sdsd666", @"text":@"I Highly Recommend This App. It Taught Me How To Chat"}, +// @{@"name":@"Joyce", @"text":@"Great keyboard and AI features!"}, +// @{@"name":@"Luna", @"text":@"Amazing app, love it."}, +// @{@"name":@"Mark", @"text":@"Helps with chat and emotion."}, +// @{@"name":@"Alan", @"text":@"Useful personalized keyboard."}, +// @{@"name":@"Coco", @"text":@"Recommend to friends."}, ]; } return self; diff --git a/keyBoard/Class/Pay/VC/KBVipPay.m b/keyBoard/Class/Pay/VC/KBVipPay.m index 65c5d3d..2a5030c 100644 --- a/keyBoard/Class/Pay/VC/KBVipPay.m +++ b/keyBoard/Class/Pay/VC/KBVipPay.m @@ -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); } }