送礼时余额不足且满足首充条件,弹首充弹窗

This commit is contained in:
chenguilong
2022-03-16 15:50:52 +08:00
parent 8f764d7dde
commit 069fc33c0c

View File

@@ -370,6 +370,8 @@
- (void)showNotSufficientFundsWithToast:(NSString *)msg {
if (self.delegate.getUserInfo.isFirstCharge) {
[TTPopup dismiss];
XPFirstRechargeViewController * firstRechargeVC = [[XPFirstRechargeViewController alloc] initWithNavigation:self.delegate.getCurrentNav];
[self.delegate.getCurrentNav presentViewController:firstRechargeVC animated:YES completion:nil];
} else {
[XCHUDTool showErrorWithMessage:msg];
}