送礼物单独送 以及在坑位上和不再坑位的情况
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user