Kyle Smart 2 months ago
parent
commit
c5173919be

+ 1 - 1
KulexiuForStudent/KulexiuForStudent.xcodeproj/xcshareddata/xcschemes/KulexiuForStudent.xcscheme

@@ -51,7 +51,7 @@
       </Testables>
    </TestAction>
    <LaunchAction
-      buildConfiguration = "TEST"
+      buildConfiguration = "DEV"
       selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
       selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
       launchStyle = "0"

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Mine/Setting/DeleteAccount/Controller/AccountDeleteViewController.m

@@ -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"]];
                 }