修复bug
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@protocol MSRoomGameProtocol <NSObject>
|
||||
@optional
|
||||
///请求游戏配置
|
||||
-(void)getRoomGameConfigSuccessWithUser:(UserInfoModel *)user gameModel:(MSTabbarRoomGameModel *)gameModel;
|
||||
///开始游戏
|
||||
|
@@ -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 - 懒加载
|
||||
|
Reference in New Issue
Block a user