|
@@ -638,10 +638,11 @@
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
int count = [json[@"count"] intValue];
|
|
int count = [json[@"count"] intValue];
|
|
|
|
|
+ int ccount = [self.cadedate[@"count"] intValue];
|
|
|
for (int i=0;i<count;i++)
|
|
for (int i=0;i<count;i++)
|
|
|
{
|
|
{
|
|
|
NSMutableDictionary* item = [json[[NSString stringWithFormat:@"val_%d",i]] mutableCopy];
|
|
NSMutableDictionary* item = [json[[NSString stringWithFormat:@"val_%d",i]] mutableCopy];
|
|
|
- self.cadedate[[NSString stringWithFormat:@"val_%d",i]]=item;
|
|
|
|
|
|
|
+ self.cadedate[[NSString stringWithFormat:@"val_%d",ccount+i]]=item;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
self.cadedate[@"count"]= @([self.cadedate[@"count"] intValue]+count);
|
|
self.cadedate[@"count"]= @([self.cadedate[@"count"] intValue]+count);
|