1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user