修改了送礼物相亲房无特效 卡顿的问题
This commit is contained in:
@@ -256,6 +256,7 @@
|
||||
- (UICollectionView *)collectionView{
|
||||
if (!_collectionView) {
|
||||
UICollectionViewFlowLayout *layout = [[UICollectionViewFlowLayout alloc] init];
|
||||
layout.scrollDirection = UICollectionViewScrollDirectionHorizontal;
|
||||
layout.itemSize = CGSizeMake(38, 43);
|
||||
layout.minimumInteritemSpacing = 4;
|
||||
layout.sectionInset = UIEdgeInsetsMake(0, 0, 0,0);
|
||||
|
@@ -191,6 +191,7 @@
|
||||
}
|
||||
[data1 removeObjectForKey:@"luckyBagGifts"];
|
||||
[data1 removeObjectForKey:@"targetUsers"];
|
||||
[data1 removeObjectForKey:@"gift"];
|
||||
attachment.data = data1;
|
||||
[self sendCustomMessage:attachment];
|
||||
}
|
||||
|
@@ -323,7 +323,6 @@
|
||||
}
|
||||
microQueueChanged = NO;
|
||||
}
|
||||
[self initGiftValue];
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user