优化提交

This commit is contained in:
启星
2025-09-19 11:38:43 +08:00
parent a3a7bfdf22
commit 231d3d8625
153 changed files with 20460 additions and 11929 deletions

View File

@@ -388,7 +388,7 @@
}
-(void)drawGiftWithNum:(NSString*)num{
if (self.isDrawing) {
showToast(@"正在抽奖中");
// showToast(@"正在抽奖中");
return;
}
NSDictionary *parameters = @{
@@ -571,6 +571,7 @@
_resultView = [[QXMeetActivityResultView alloc] init];
MJWeakSelf
_resultView.againBlock = ^(NSString * _Nonnull times) {
// weakSelf.jumpAnimateBtn.selected = YES;
[weakSelf drawGiftWithNum:times];
};
}
@@ -794,7 +795,7 @@
break;
case QXMeetDrawBtnTypeHundred:
{
self.titleLabel.text = @"抽次";
self.titleLabel.text = @"抽二十次";
[self.giftCoin setTitle:@"1000币一次" forState:(UIControlStateNormal)];
}
break;