Commit 6cb4f719 authored by jinzhu's avatar jinzhu

修改UIALert pv 重复问题

parent 6ccf513f
...@@ -470,8 +470,6 @@ static NSString *sdkVersion = @"110"; ...@@ -470,8 +470,6 @@ static NSString *sdkVersion = @"110";
NSString *stringTitle = [NSString stringWithFormat:@"%@ PV埋点可能重复", data]; NSString *stringTitle = [NSString stringWithFormat:@"%@ PV埋点可能重复", data];
UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"PV埋点可能数据异常" message:nil delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil]; UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"PV埋点可能数据异常" message:nil delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil];
[alertView show]; [alertView show];
[dataArray addObject:data];
} }
} }
}]; }];
......
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