修改了送礼物麦序排序的问题 普通礼物列表错误的问题
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
[_normalOriginArray enumerateObjectsUsingBlock:^(GiftInfoModel * _Nonnull obj, NSUInteger idx, BOOL * _Nonnull stop) {
|
||||
if (obj.giftType == GiftType_Lucky) {
|
||||
[luckyArray addObject:obj];
|
||||
} else {
|
||||
} else if(obj.giftType == GiftType_Game) {
|
||||
[normaleArray addObject:obj];
|
||||
}
|
||||
}];
|
||||
|
Reference in New Issue
Block a user