|
|
@@ -380,6 +380,7 @@
|
|
|
NSString * string_iid = [checked_iid componentsJoinedByString:@","];
|
|
|
[params setValue:string forKey:@"product_ids"];
|
|
|
[params setValue:string_iid forKey:@"item_ids"];
|
|
|
+ [params setObject:@(self.sortIndex) forKey:@"sort"];
|
|
|
TearSheetParamViewController * VC =[ self.storyboard instantiateViewControllerWithIdentifier:@"TearSheetParamViewController"];
|
|
|
|
|
|
|