@@ -51,7 +51,7 @@
</Testables>
</TestAction>
<LaunchAction
- buildConfiguration = "TEST"
+ buildConfiguration = "DEV"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
@@ -89,7 +89,7 @@
}
else {
self.alertView = [GroupQuitAlert shareInstance];
- [self.alertView configTitle:@"提示" desc:@"注销账号后您所有的留存信息将被清空且无法恢复,请谨慎操作" callback:^(BOOL isSure) {
+ [self.alertView configTitle:@"注销账号" desc:@"请确认是否要注销账号?" callback:^(BOOL isSure) {
if (isSure) {
[weakSelf deleteAccount:[parm ks_stringValueForKey:@"code"]];