修改了特效和横幅不同步的问题

This commit is contained in:
fengshuo
2021-11-19 12:06:39 +08:00
parent 561be65b49
commit cc0eb1e85b
5 changed files with 164 additions and 95 deletions

View File

@@ -93,15 +93,17 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, strong)NSString *avatar;
///送礼物的个数
@property (assign, nonatomic) NSInteger giftNum;
/** 礼物名字 */
///礼物名字
@property (nonatomic, strong)NSString *giftName;
/** 非全麦 多人送礼时 */
///动效url
@property (copy, nonatomic) NSString *vggUrl;
///非全麦 多人送礼时
@property (nonatomic, strong) NSArray<GiftReceiveUserInfoModel *> *targetUsers;
/** 福袋礼物需要展示的vg动画 */
///福袋礼物需要展示的vg动画
@property (nonatomic, strong) NSArray<GiftInfoModel *> *displayGift;
///福袋随机获取的礼物
@property (nonatomic, strong) NSArray <GiftLuckyBagGiftsInfo *> *luckyBagGifts;
//多人接收到的具体福袋礼物 是对luckyBagGifts的分离 要多次发送消息使用
///多人接收到的具体福袋礼物 是对luckyBagGifts的分离 要多次发送消息使用
@property (nonatomic, strong) GiftLuckyBagGiftsInfo* luckyGiftList;
///礼物来源
@property (nonatomic,assign) GiftSourceType sourceType;