贵族充值页需要支付宝微信

This commit is contained in:
fengshuo
2022-05-17 21:04:50 +08:00
parent 838421446a
commit 8c40858c15
11 changed files with 58 additions and 31 deletions

View File

@@ -409,6 +409,9 @@
- (void)xPGiftBarViewDidClickRecharge:(XPGiftBarView *)view {
[self dismissViewControllerAnimated:NO completion:^{
XPMineRechargeViewController * rechargeVC = [[XPMineRechargeViewController alloc] init];
if (self.delegate.getRoomInfo) {
rechargeVC.roomUid = [NSString stringWithFormat:@"%ld", self.delegate.getRoomInfo.uid];
}
[[XCCurrentVCStackManager shareManager].getCurrentVC.navigationController pushViewController:rechargeVC animated:YES];
}];
}