|
|
@@ -177,6 +177,9 @@
|
|
|
|
|
|
if(strongSelf.content_data==nil)
|
|
|
strongSelf.content_data = [NSMutableDictionary new];
|
|
|
+ else if (option == 0 || option == 1)
|
|
|
+ [strongSelf.content_data removeAllObjects];
|
|
|
+
|
|
|
NSMutableDictionary* newdata = [[contentDic objectForKey:@"data"] mutableCopy];
|
|
|
for(int dc = 0;dc<[newdata[@"count"] intValue];dc++)
|
|
|
{
|