礼物面板增加周星礼物tab

This commit is contained in:
chenguilong
2022-05-07 17:58:15 +08:00
parent cc5a0a31d6
commit c4c9b1871f
21 changed files with 419 additions and 19 deletions

View File

@@ -15,6 +15,7 @@
#import "TTPopup.h"
#import "ThemeColor+SendGift.h"
#import "StatisticsServiceHelper.h"
#import "XPHtmlUrl.h"
///Model
#import "GiftInfoModel.h"
#import "XPGiftCountModel.h"
@@ -358,6 +359,14 @@
[self.delegate.getCurrentNav pushViewController:nobleVC animated:YES];
}
- (void)xpGiftInfoViewDidClickWeekStarRank:(XPGiftInfoView *)view {
[self dismissViewControllerAnimated:YES completion:nil];
XPWebViewController * webVC = [[XPWebViewController alloc] init];
webVC.roomUid = self.roomUid;
webVC.url = URLWithType(kNewWeekStarURL);
[self.delegate.getCurrentNav pushViewController:webVC animated:YES];
}
#pragma mark - XPGiftProtocol
- (void)getUserWalletInfo:(WalletInfoModel *)balanceInfo {
self.giftBarView.walletInfoModel = balanceInfo;