新增adjust及帐单更改
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
@@ -223,6 +223,7 @@
|
||||
[[CountDownHelper shareHelper] stopCountDown];
|
||||
[self disMissVC];
|
||||
self.loginButton.enabled = YES;
|
||||
[XPAdjustEvent loginEvent];
|
||||
}
|
||||
|
||||
///绑定手机号成功
|
||||
|
@@ -116,6 +116,7 @@
|
||||
while (vc.presentingViewController) {
|
||||
vc = vc.presentingViewController;
|
||||
}
|
||||
[XPAdjustEvent loginEvent];
|
||||
[vc dismissViewControllerAnimated:YES completion:nil];
|
||||
[self.navigationController popToRootViewControllerAnimated:NO];
|
||||
}
|
||||
|
Reference in New Issue
Block a user