更换方法名:safeObjectAtIndex1 -> xpSafeObjectAtIndex
This commit is contained in:
@@ -642,7 +642,7 @@ UIKIT_EXTERN NSString *kRequestRicket;
|
||||
NobleCenterModel *model = [NobleCenterModel modelWithDictionary:data.data];
|
||||
NobleInfo *vipInfo ;
|
||||
for (int index = 0; index < model.vipInfos.count; index++) {
|
||||
NobleInfo *tagInfo = [model.vipInfos safeObjectAtIndex1:index];
|
||||
NobleInfo *tagInfo = [model.vipInfos xpSafeObjectAtIndex:index];
|
||||
|
||||
if (model.currLevel > 0){
|
||||
if (tagInfo.vipLevel == model.currLevel) {
|
||||
|
Reference in New Issue
Block a user