|
|
@@ -140,7 +140,7 @@
|
|
|
NSDictionary *json = _infoDic;
|
|
|
NSMutableArray * itemsArr = [json[@"arr_val"] mutableCopy];
|
|
|
NSMutableDictionary* item = [[itemsArr objectAtIndex:index] mutableCopy];
|
|
|
-
|
|
|
+ //
|
|
|
sender.selected = !sender.selected;
|
|
|
[item setObject:@(sender.selected) forKey:@"display"];
|
|
|
[itemsArr replaceObjectAtIndex:index withObject:item];
|