|
|
@@ -1076,8 +1076,8 @@
|
|
|
appDelegate.customerInfo=[[self.content_data objectForKey:@"customerInfo"] mutableCopy];
|
|
|
|
|
|
appDelegate.contact_id=[appDelegate.customerInfo valueForKey:@"customer_cid"];
|
|
|
- [self.navigationController popViewControllerAnimated:false];
|
|
|
|
|
|
+// [self.navigationController popViewControllerAnimated:false];
|
|
|
|
|
|
#ifdef RA_NOTIFICATION
|
|
|
[ActiveViewController Notify:@"CartViewController,ContactListViewController" Message:RA_NOTIFICATION_RELOAD_DATA];
|
|
|
@@ -1091,6 +1091,8 @@
|
|
|
completionBlk();
|
|
|
}
|
|
|
|
|
|
+// if(self.selectOrder)
|
|
|
+// self.selectOrder(self.content_data);
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
@@ -1117,6 +1119,8 @@
|
|
|
|
|
|
[self opentOrder:^{
|
|
|
|
|
|
+ [self.navigationController popViewControllerAnimated:false];
|
|
|
+
|
|
|
if(self.selectOrder)
|
|
|
self.selectOrder(self.content_data);
|
|
|
}];
|