修复bug

This commit is contained in:
liyuhua
2024-06-04 19:39:40 +08:00
committed by eggmanQQQ
parent b91a37f63c
commit 745a4e352a
8 changed files with 12 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 60 KiB

After

Width:  |  Height:  |  Size: 49 KiB

View File

@@ -191,7 +191,7 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy";
make.width.mas_offset(kGetScaleWidth(162));
make.height.mas_equalTo(kGetScaleWidth(32));
make.centerX.equalTo(self.view);
make.top.equalTo(self.bgImageView.mas_bottom).mas_offset(kGetScaleWidth(10));
make.top.equalTo(self.bgImageView.mas_bottom).mas_offset(kGetScaleWidth(-15));
}];
@@ -732,7 +732,7 @@ NSString * const HadAgreePrivacy = @"HadAgreePrivacy";
if(!_bgImageView){
_bgImageView = [[UIImageView alloc]init];
_bgImageView.image = kImage(@"pi_app_login_new_bg");
_bgImageView.contentMode = 2;
_bgImageView.contentMode = UIViewContentModeScaleAspectFit;
}
return _bgImageView;
}

View File

@@ -365,7 +365,7 @@ UIKIT_EXTERN NSString *kRequestRicket;
return cell;
}else if (indexPath.section == 1) {
XPMinePersonalCenterCell * cell = [tableView dequeueReusableCellWithIdentifier:NSStringFromClass([XPMinePersonalCenterCell class])];
// cell.isHaveGiveDiamond = self.isHavePermission;
cell.isHaveGiveDiamond = NO;
@kWeakify(self)
cell.clickAction = ^(int type){
@kStrongify(self)

View File

@@ -277,7 +277,7 @@
"XPIncomeRecordView5"="الماس";
"XPIncomeRecordVC0"="سجل الإيرادات";
"XPIncomeRecordVC1"="المحفظة";
"XPExchangeDiamondsItemView0"="عملاتي: %.2";
"XPExchangeDiamondsItemView1"="الماس الخاص بي: %@";

View File

@@ -2974,7 +2974,7 @@
"XPIncomeRecordView5"="Diamonds";
"XPIncomeRecordVC0"="Earnings Record";
"XPIncomeRecordVC1"="Wallet";
"XPExchangeDiamondsItemView0"="My Coins: %@";
"XPExchangeDiamondsItemView1"="My Diamonds: %.2f";

View File

@@ -3269,6 +3269,7 @@
//"XPIncomeRecordVC"
"XPIncomeRecordVC0"="收益记录";
"XPIncomeRecordVC1"="钱包";
///MSTabbarBeginGameView
"MSTabbarBeginGameView0"="开始";
///MSRoomGameVictoryView
@@ -3292,5 +3293,5 @@
//MSRoomGameVC
"MSRoomGameVC0"="匹配失败";
"MSRoomGameVC1"="钱包";

View File

@@ -2603,7 +2603,7 @@
"XPIncomeRecordView4"="金幣";
"XPIncomeRecordView5"="鉆石";
"XPIncomeRecordVC0"="收益記錄";
"XPExchangeDiamondsItemView0"="我的金幣:%@";
"XPExchangeDiamondsItemView1"="我的鉆石:%.2f";
@@ -3259,7 +3259,9 @@
///MSRoomSetingBackdropCell
"MSRoomSetingBackdropCell0"="使用中";
"MSRoomSetingBackdropCell1"="確認選擇這張圖片作為房間主題嗎?";
//"XPIncomeRecordVC"
"XPIncomeRecordVC0"="收益记录";
"XPIncomeRecordVC1"="钱包";
///MSTabbarBeginGameView
"MSTabbarBeginGameView0"="开始";
///MSRoomGameVictoryView
@@ -3279,4 +3281,4 @@
"MSRoomGameHeadView4"="入場費(%@)";
//MSRoomGameVC
"MSRoomGameVC0"="匹配失败";
"MSRoomGameVC1"="钱包";