|
@@ -646,6 +646,10 @@
|
|
|
[self checkProductAvailable:self.content_arr];
|
|
[self checkProductAvailable:self.content_arr];
|
|
|
[self refresh_total];
|
|
[self refresh_total];
|
|
|
[self.itemListTable reloadData];
|
|
[self.itemListTable reloadData];
|
|
|
|
|
+
|
|
|
|
|
+ AppDelegate *appDelegate = (AppDelegate*)[[UIApplication sharedApplication] delegate];
|
|
|
|
|
+ appDelegate.cart_count = 0;
|
|
|
|
|
+ [appDelegate update_count_mark];
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|
|
|
|
|
|