送礼物单独送 以及在坑位上和不再坑位的情况

This commit is contained in:
fengshuo
2021-11-30 15:38:00 +08:00
committed by zu
parent 5a9095fb4c
commit dd303d1176
7 changed files with 107 additions and 33 deletions

View File

@@ -312,7 +312,7 @@
#pragma mark - Getters And Setters
- (XPGiftUsersView *)userView {
if (!_userView) {
_userView = [[XPGiftUsersView alloc] initWithType:SendGiftType_Room];
_userView = [[XPGiftUsersView alloc] init];
}
return _userView;
}