Pen Li 9 лет назад
Родитель
Сommit
04dc679724

BIN
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/UserInterfaceState.xcuserstate


+ 14 - 0
RedAnt ERP Mobile/RedAnt ERP Mobile.xcworkspace/xcuserdata/macmini1.xcuserdatad/xcdebugger/Expressions.xcexplist

@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VariablesViewState
+   version = "1.0">
+   <ContextStates>
+      <ContextState
+         contextName = "__32-[AppDelegate update_count_mark]_block_invoke:AppDelegate.m">
+         <PersistentStrings>
+            <PersistentString
+               value = "self.cart_count">
+            </PersistentString>
+         </PersistentStrings>
+      </ContextState>
+   </ContextStates>
+</VariablesViewState>

+ 3 - 3
RedAnt ERP Mobile/common/Functions/cart/CartViewController.m

@@ -680,9 +680,9 @@
                     [weakself.edit_select_arr removeAllObjects];
                     [weakself.edit_select_arr removeAllObjects];
                     
                     
                     weakself.itemListTable.hidden = false;
                     weakself.itemListTable.hidden = false;
-                    UIApplication * app = [UIApplication sharedApplication];
-                    AppDelegate *appDelegate = (AppDelegate *)[app delegate];
-                    appDelegate.cart_count =weakself.content_arr.count;//[[self.content_data valueForKey:@"count"] intValue];
+//                    UIApplication * app = [UIApplication sharedApplication];
+//                    AppDelegate *appDelegate = (AppDelegate *)[app delegate];
+//                    appDelegate.cart_count =weakself.content_arr.count;//[[self.content_data valueForKey:@"count"] intValue];
                     weakself.itemListTable.hidden=false;
                     weakself.itemListTable.hidden=false;
                     if(weakself.onFinishLoad)
                     if(weakself.onFinishLoad)
                         weakself.onFinishLoad();
                         weakself.onFinishLoad();

+ 1 - 1
RedAnt ERP Mobile/iSales-NPD.xcodeproj/xcuserdata/macmini1.xcuserdatad/xcschemes/iSales-NPD.xcscheme

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