修改了礼物面板请求失败的话可以重试

This commit is contained in:
fengshuo
2022-03-22 20:53:20 +08:00
parent 3b792698f0
commit 1f3ba5bac3
12 changed files with 161 additions and 42 deletions

View File

@@ -107,7 +107,7 @@
giftView.delegate = self.delegate;
NSArray * giftUses = [self configGiftUsers:[self.delegate getMicroQueue]];
[giftView configGiftUsers:giftUses];
[TTPopup popupView:giftView style:TTPopupStyleActionSheet];
[self.delegate.getCurrentNav presentViewController:giftView animated:YES completion:nil];
}
break;
case XPRoomMenuItemType_Message: {