修复了送十个涂鸦礼物 无法送出的bug
This commit is contained in:
@@ -194,7 +194,7 @@
|
|||||||
[self.viewsArray addObject:imageView];
|
[self.viewsArray addObject:imageView];
|
||||||
[self.pointArray addObject:@[@([self changeWidthDraw:point.x]), @([self changeHeightDraw:point.y])]];
|
[self.pointArray addObject:@[@([self changeWidthDraw:point.x]), @([self changeHeightDraw:point.y])]];
|
||||||
[self cratePriceAttribute];
|
[self cratePriceAttribute];
|
||||||
if (self.pointArray.count > 10 && self.delegate && [self.delegate respondsToSelector:@selector(xPGraffitiGiftView:didDrawCompletion:)]) {
|
if (self.pointArray.count >= 10 && self.delegate && [self.delegate respondsToSelector:@selector(xPGraffitiGiftView:didDrawCompletion:)]) {
|
||||||
[self.delegate xPGraffitiGiftView:self didDrawCompletion:self.pointArray];
|
[self.delegate xPGraffitiGiftView:self didDrawCompletion:self.pointArray];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user