Steven 6 months ago
parent
commit
7d51236dbd

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

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

+ 1 - 1
KulexiuForStudent/KulexiuForStudent/Module/Mine/Scan/Controller/KSScanViewController.m

@@ -126,7 +126,7 @@
 
 - (void)backPreView {
     
-    [LOADING_MANAGER KSShowMsg:@"请扫描酷乐秀二维码" promptCompletion:^{
+    [LOADING_MANAGER KSShowMsg:@"当前版本无法识别该二维码" promptCompletion:^{
         [self.navigationController popViewControllerAnimated:YES];
     }];
 }