|
|
@@ -680,9 +680,9 @@
|
|
|
[weakself.edit_select_arr removeAllObjects];
|
|
|
|
|
|
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;
|
|
|
if(weakself.onFinishLoad)
|
|
|
weakself.onFinishLoad();
|