This commit is contained in:
2025-12-04 19:12:34 +08:00
parent 8f63741d8c
commit 64887054e0
18 changed files with 331 additions and 50 deletions

View File

@@ -14,6 +14,7 @@
#import "HomeRankCardCell.h"
#import "KBHomeVM.h"
#import "KBCharacter.h"
#import "KBHUD.h"
#import "KBMyVM.h" //
@interface HomeRankContentVC ()
@@ -88,7 +89,7 @@
BOOL contains = NO;
for (KBCharacter *c in self.characters) {
if (c.characterId.integerValue == targetId) {
if (c.ID.integerValue == targetId) {
contains = YES;
break;
}