Commit ee896bf0 authored by jinzhu's avatar jinzhu

pv 提示

parent e2318e3b
......@@ -468,20 +468,20 @@ static NSString *sdkVersion = @"110";
phobosLog(@"%s____数据校验失败", __func__);
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:stringTitle message:nil delegate:nil cancelButtonTitle:@"确定" otherButtonTitles:nil, nil];
[alertView show];
}
}
}];
// 不管成功还是失败 给开发提示方便DEBUG
phobosLog(@"%s____数据校验成功", __func__);
[dataArray addObject:data];
}
} else {
[dataArray addObject:data];
}
// 不管成功还是失败 给开发提示方便DEBUG
// phobosLog(@"%s____数据校验成功", __func__);
[dataArray addObject:data];
#endif
} else {
dataArray = [NSMutableArray arrayWithObject: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