修复bug
This commit is contained in:
@@ -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;
|
||||
|
@@ -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) {
|
||||
|
@@ -3430,7 +3430,7 @@ ineHeadView12" = "الحمل";
|
||||
"XPTreasureFairyViewController3"="10 مرات";
|
||||
"XPTreasureFairyViewController4"="مرة واحدة";
|
||||
|
||||
"XPTreasureFairyViewController5"="رصيد النقود غير كاف، يرجى إعادة الشحن";
|
||||
"XPTreasureFairyViewController5"="رصيد الكوينز غير كافي ،يرجي إعادة الشحن ";
|
||||
"XPTreasureFairyViewController6"="اذهب لإعادة الشحن";
|
||||
"XPTreasureFairyViewController7"="لا يوجد مزيد من البيانات حاليًا";
|
||||
"XPTreasureFairyViewController8"="عدم عرض نتائج الفوز";
|
||||
|
Reference in New Issue
Block a user