From 43446b1e50e8ef0c82b9401dc6b6bce74afb1c38 Mon Sep 17 00:00:00 2001 From: liyuhua <15626451870@163.com> Date: Thu, 28 Sep 2023 14:49:27 +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/YMNewHome/View/XPNewHomeViewController.m | 2 +- .../View/FreeGiftsView/View/SubViews/XPFreeGiftsObtainView.m | 2 +- .../YMRoom/View/SendGiftView/View/Cell/XPGiftFreeItemCell.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m b/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m index 1c57000a..98c33fcd 100644 --- a/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m +++ b/YuMi/Modules/YMNewHome/View/XPNewHomeViewController.m @@ -435,7 +435,7 @@ UIKIT_EXTERN NSString * const kOpenRoomNotification; #pragma mark - Getters And Setters - (PIHoemCategoryTitleView *)titleView { if (!_titleView) { - _titleView = [[PIHoemCategoryTitleView alloc] init]; + _titleView = [[PIHoemCategoryTitleView alloc] initWithFrame:CGRectZero]; _titleView.delegate = self; _titleView.titles = self.titles; _titleView.backgroundColor = [UIColor clearColor]; diff --git a/YuMi/Modules/YMRoom/View/FreeGiftsView/View/SubViews/XPFreeGiftsObtainView.m b/YuMi/Modules/YMRoom/View/FreeGiftsView/View/SubViews/XPFreeGiftsObtainView.m index 9b6c542b..0b39308a 100644 --- a/YuMi/Modules/YMRoom/View/FreeGiftsView/View/SubViews/XPFreeGiftsObtainView.m +++ b/YuMi/Modules/YMRoom/View/FreeGiftsView/View/SubViews/XPFreeGiftsObtainView.m @@ -118,7 +118,7 @@ - (NetImageView *)iconView{ if (!_iconView){ NetImageConfig *config = [[NetImageConfig alloc]init]; - config.placeHolder = [UIImageConstant defalutEmptyPlaceholder]; + config.placeHolder = [UIImageConstant defaultEmptyAvatarPlaceholder]; _iconView = [[NetImageView alloc]initWithConfig:config]; } diff --git a/YuMi/Modules/YMRoom/View/SendGiftView/View/Cell/XPGiftFreeItemCell.m b/YuMi/Modules/YMRoom/View/SendGiftView/View/Cell/XPGiftFreeItemCell.m index 23ad88d6..f9c54302 100644 --- a/YuMi/Modules/YMRoom/View/SendGiftView/View/Cell/XPGiftFreeItemCell.m +++ b/YuMi/Modules/YMRoom/View/SendGiftView/View/Cell/XPGiftFreeItemCell.m @@ -170,7 +170,7 @@ UIKIT_EXTERN NSString * const kFreeGiftCountdownNotification; - (NetImageView *)iconView{ if (!_iconView){ NetImageConfig *config = [[NetImageConfig alloc]init]; - config.placeHolder = [UIImageConstant defalutEmptyPlaceholder]; + config.placeHolder = [UIImageConstant defaultEmptyAvatarPlaceholder]; _iconView = [[NetImageView alloc]initWithConfig:config]; }