修复了涂鸦礼物默认选中的问题

This commit is contained in:
fengshuo
2022-08-24 16:42:43 +08:00
parent dc916f815b
commit d026374439
4 changed files with 5 additions and 2 deletions

View File

@@ -223,6 +223,7 @@
}
#pragma mark - Event Response
- (void)changeButtonAction{
[self clearData];
if (self.delegate && [self.delegate respondsToSelector:@selector(xPGraffitiGiftView:didClickChange:)]) {
[self.delegate xPGraffitiGiftView:self didClickChange:self.changeButton];
}