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"="فشلت المطابقة";