From 79fcdb859ad9ccdbf8f1e2790b224110d2e8e3a6 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Mon, 3 Jun 2024 11:03:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YuMi/Modules/YMRoom/View/RoomGame/Protocol/MSRoomGameProtocol.h | 1 + .../YMRoom/View/RoomGame/View/Cell/MSTabbarRoomGameCell.m | 2 +- YuMi/ar.lproj/Localizable.strings | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/YuMi/Modules/YMRoom/View/RoomGame/Protocol/MSRoomGameProtocol.h b/YuMi/Modules/YMRoom/View/RoomGame/Protocol/MSRoomGameProtocol.h index 02cacdc9..41cb8c93 100644 --- a/YuMi/Modules/YMRoom/View/RoomGame/Protocol/MSRoomGameProtocol.h +++ b/YuMi/Modules/YMRoom/View/RoomGame/Protocol/MSRoomGameProtocol.h @@ -13,6 +13,7 @@ NS_ASSUME_NONNULL_BEGIN @protocol MSRoomGameProtocol +@optional ///请求游戏配置 -(void)getRoomGameConfigSuccessWithUser:(UserInfoModel *)user gameModel:(MSTabbarRoomGameModel *)gameModel; ///开始游戏 diff --git a/YuMi/Modules/YMRoom/View/RoomGame/View/Cell/MSTabbarRoomGameCell.m b/YuMi/Modules/YMRoom/View/RoomGame/View/Cell/MSTabbarRoomGameCell.m index 0005a2f9..f96b9994 100644 --- a/YuMi/Modules/YMRoom/View/RoomGame/View/Cell/MSTabbarRoomGameCell.m +++ b/YuMi/Modules/YMRoom/View/RoomGame/View/Cell/MSTabbarRoomGameCell.m @@ -32,7 +32,7 @@ if(_itemMode == nil)return; _bgImageView.image = nil; [_bgImageView loadImageWithUrl:_itemMode.modeIcon completion:^(UIImage * _Nullable image, NSURL * _Nonnull url) { - self.bgImageView.image = image; + self.bgImageView.image = [image ms_SetImageForRTL]; }]; } #pragma mark - 懒加载 diff --git a/YuMi/ar.lproj/Localizable.strings b/YuMi/ar.lproj/Localizable.strings index 8af940f5..6f475ec0 100644 --- a/YuMi/ar.lproj/Localizable.strings +++ b/YuMi/ar.lproj/Localizable.strings @@ -3815,7 +3815,7 @@ ineHeadView12" = "الحمل"; //MSRoomGameHeadView "MSRoomGameHeadView0"="جاري المطابقة "; "MSRoomGameHeadView1"="تمت المطابقة "; -"MSRoomGameHeadView2"="الفوز بمكافأة%@ عملة ذهبية"; +"MSRoomGameHeadView2"="الفوز بمكافأة %@ عملة ذهبية"; "MSRoomGameHeadView3"="%@ عملة ذهبية"; //MSRoomGameVC "MSRoomGameVC0"="فشلت المطابقة";