礼物面板增加周星礼物tab
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user