h5跳转房间打开礼物面板

This commit is contained in:
chenguilong
2022-08-04 18:22:31 +08:00
parent 03fe19f47f
commit 0650dcdc01
11 changed files with 119 additions and 9 deletions

View File

@@ -487,6 +487,11 @@
self.giftInfoView.usingplaceType = _usingplaceType;
}
- (void)setSelectGiftId:(NSString *)selectGiftId {
_selectGiftId = selectGiftId;
self.giftInfoView.defaultSelectGiftId = selectGiftId;
}
- (UIView *)topView {
if (!_topView) {
_topView = [[UIView alloc] init];