提交
This commit is contained in:
@@ -536,6 +536,7 @@
|
||||
[weakSelf.codeTextField startTimeDown];
|
||||
} failBlock:^(NSError * _Nonnull error, NSString * _Nonnull msg) {
|
||||
sender.userInteractionEnabled = YES;
|
||||
showToast(msg);
|
||||
}];
|
||||
|
||||
}
|
||||
|
||||
@@ -83,6 +83,7 @@
|
||||
// [self addChildViewController:self.vc];
|
||||
// [self.view addSubview:self.vc.view];
|
||||
[self.vc reloadConversationList];
|
||||
self.vc.tableViewForAll.tableHeaderView = self.topView;
|
||||
}
|
||||
|
||||
- (void)conversationListController:(UIViewController *)conversationController
|
||||
|
||||
@@ -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];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user