|
@@ -78,7 +78,7 @@
|
|
else {
|
|
else {
|
|
|
|
|
|
self.alertView = [KSNewConfirmAlertView shareInstance];
|
|
self.alertView = [KSNewConfirmAlertView shareInstance];
|
|
- [self.alertView configTitle:@"提示" desc:@"注销账号后您所有的留存信息将被清空且无法恢复,请谨慎操作" callback:^(BOOL isSure) {
|
|
|
|
|
|
+ [self.alertView configTitle:@"注销账号" desc:@"请确认是否要注销账号?" callback:^(BOOL isSure) {
|
|
if (isSure) {
|
|
if (isSure) {
|
|
[weakSelf deleteAccount:[parm ks_stringValueForKey:@"code"]];
|
|
[weakSelf deleteAccount:[parm ks_stringValueForKey:@"code"]];
|
|
}
|
|
}
|