|
|
@@ -1190,12 +1190,19 @@
|
|
|
// }
|
|
|
// else
|
|
|
{
|
|
|
+ NSMutableDictionary* value=[[NSMutableDictionary alloc]init];
|
|
|
if([appDelegate.mode isEqualToString:@"TM"]&& appDelegate.submit_order_logout)
|
|
|
{
|
|
|
//bbb
|
|
|
[((MainViewController*)appDelegate.main_vc) Loginout:false];
|
|
|
+ value[@"commitorder_logout"]=@"true";
|
|
|
}
|
|
|
- [self prepareReturn:nil];
|
|
|
+
|
|
|
+
|
|
|
+ value[@"is_subaction"] = self.params[@"is_subaction"];
|
|
|
+ value[@"subaction_tag"] = self.params[@"subaction_tag"];
|
|
|
+
|
|
|
+ [self prepareReturn:value];
|
|
|
|
|
|
[self.navigationController popViewControllerAnimated:true];
|
|
|
|