From 851c0d95315a7ea8317cce80956a33b8bc749d6b Mon Sep 17 00:00:00 2001 From: CodeST <694468528@qq.com> Date: Wed, 25 Feb 2026 11:15:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=81=87=E7=9A=84=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keyBoard/Class/Pay/V/KBVipReviewListCell.m | 12 ++++++------ keyBoard/Class/Pay/VC/KBVipPay.m | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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); } }