新增adjust及帐单更改

This commit is contained in:
liyuhua
2023-08-08 11:26:07 +08:00
parent 25fe36f693
commit 1048cd66c9
60 changed files with 2109 additions and 100 deletions

View File

@@ -228,6 +228,7 @@ UIKIT_EXTERN NSString * kUserCompleteInfoFinishKey;
}
[vc dismissViewControllerAnimated:YES completion:^{
}];
[XPAdjustEvent registeringEvent];
NSString * inviteCode = self.codeTextField.text.length > 0 ? self.codeTextField.text : @"";
[[NSNotificationCenter defaultCenter] postNotificationName:kUserCompleteInfoFinishKey object:inviteCode];
}

View File

@@ -223,6 +223,7 @@
[[CountDownHelper shareHelper] stopCountDown];
[self disMissVC];
self.loginButton.enabled = YES;
[XPAdjustEvent loginEvent];
}
///

View File

@@ -116,6 +116,7 @@
while (vc.presentingViewController) {
vc = vc.presentingViewController;
}
[XPAdjustEvent loginEvent];
[vc dismissViewControllerAnimated:YES completion:nil];
[self.navigationController popToRootViewControllerAnimated:NO];
}