This commit is contained in:
启星
2025-12-10 10:48:52 +08:00
parent aedc48c098
commit ff11e9715e
5 changed files with 6 additions and 3 deletions

View File

@@ -361,6 +361,7 @@
vc.logOutBlock = ^(BOOL isCancel, NSString * _Nonnull code) {
weakSelf.cancelCode = code;
if (isCancel) {
showToast(@"注销成功");
[weakSelf performSelector:@selector(cancelAccount) afterDelay:0.5];
}else{
[weakSelf performSelector:@selector(logout) afterDelay:0.5];

View File

@@ -139,7 +139,7 @@
[QXLoginNetwork getSmscodeWithMobile:[QXGlobal shareGlobal].loginModel.mobile type:type successBlock:^(id _Nonnull responseObject) {
[weakSelf.codeTextField startTimeDown];
} failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) {
showToast(msg);
}];
}
@end