修复bug

This commit is contained in:
liyuhua
2024-06-07 17:05:30 +08:00
committed by eggmanQQQ
parent e4a1274306
commit 046eb8abb6
3 changed files with 3 additions and 3 deletions

View File

@@ -153,7 +153,7 @@
}
-(UIButton *)confirmBtn{
if (!_confirmBtn){
_confirmBtn = [UIButton buttonInitWithText:YMLocalizedString(@"XPIncomeRecordGoldDetailsPickViewView1") font:kFontMedium(16) textColor:[DJDKMIMOMColor inputTextColor] image:nil bgImage:nil];
_confirmBtn = [UIButton buttonInitWithText:YMLocalizedString(@"TTAlertConfig0") font:kFontMedium(16) textColor:[DJDKMIMOMColor inputTextColor] image:nil bgImage:nil];
[_confirmBtn addTarget:self action:@selector(confirmAction) forControlEvents:UIControlEventTouchUpInside];
}
return _confirmBtn;

View File

@@ -69,7 +69,7 @@
}];
[self.coinNumView mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerY.equalTo(self.bgCoinView);
make.centerX.equalTo(self.bgCoinView).offset(kGetScaleWidth(14));
make.centerX.equalTo(self.bgCoinView).offset(-kGetScaleWidth(14));
}];
[self.coinImageView mas_makeConstraints:^(MASConstraintMaker *make) {

View File

@@ -3430,7 +3430,7 @@ ineHeadView12" = "الحمل";
"XPTreasureFairyViewController3"="10 مرات";
"XPTreasureFairyViewController4"="مرة واحدة";
"XPTreasureFairyViewController5"="رصيد النقود غير كاف، يرجى إعادة الشحن";
"XPTreasureFairyViewController5"="رصيد الكوينز غير كافي ،يرجي إعادة الشحن ";
"XPTreasureFairyViewController6"="اذهب لإعادة الشحن";
"XPTreasureFairyViewController7"="لا يوجد مزيد من البيانات حاليًا";
"XPTreasureFairyViewController8"="عدم عرض نتائج الفوز";