巡乐会改为抽百次

This commit is contained in:
启星
2025-09-19 14:16:37 +08:00
parent 231d3d8625
commit 2776cf66c2
4 changed files with 7 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ typedef NS_ENUM(NSInteger) {
/// 抽10次
QXMeetDrawBtnTypeTen = 10,
/// 抽100次
QXMeetDrawBtnTypeHundred = 20,
QXMeetDrawBtnTypeHundred = 100,
}QXMeetDrawBtnType;
@interface QXMeetActivityView : UIView
-(void)showInView:(UIView *)view;

View File

@@ -795,7 +795,7 @@
break;
case QXMeetDrawBtnTypeHundred:
{
self.titleLabel.text = @"抽二十次";
self.titleLabel.text = @"抽次";
[self.giftCoin setTitle:@"1000币一次" forState:(UIControlStateNormal)];
}
break;