Commit c6df8011 authored by 井庆林's avatar 井庆林

修改状态

parent 4b0ade0f
...@@ -448,7 +448,7 @@ static NSString *sdkVersion = @"110"; ...@@ -448,7 +448,7 @@ static NSString *sdkVersion = @"110";
NSMutableArray *dataArray = [GMCache fetchObjectAtDocumentPathWithkey:PhobosCacheKey]; NSMutableArray *dataArray = [GMCache fetchObjectAtDocumentPathWithkey:PhobosCacheKey];
if (dataArray) { if (dataArray) {
#ifdef DEBUG #ifdef APPSTORE
[dataArray addObject:data]; [dataArray addObject:data];
#else #else
if (data[@"type"] && [data[@"type"] isEqualToString:@"page_view"]) { if (data[@"type"] && [data[@"type"] isEqualToString:@"page_view"]) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment