This commit is contained in:
2026-02-11 18:29:00 +08:00
parent d2ffada83f
commit 4168da618e
3 changed files with 10 additions and 4 deletions

View File

@@ -96,7 +96,7 @@ static NSString * const kKBSvipBenefitHeaderId = @"kKBSvipBenefitHeaderId";
// level=2 SVIP
NSMutableArray<KBPayProductModel *> *svipProducts = [NSMutableArray array];
for (KBPayProductModel *product in products) {
if (product.level == 1) {
if (product.level == 2) {
[svipProducts addObject:product];
}
}