Skip to content

Commit

Permalink
delete log alert
Browse files Browse the repository at this point in the history
  • Loading branch information
genosage committed Aug 29, 2018
1 parent c812416 commit a40f3a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Binary file not shown.
10 changes: 0 additions & 10 deletions IndoorMap/IndoorMap/WebViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ - (void)tencentLBSLocationManager:(TencentLBSLocationManager *)manager didUpdate

}

- (void)tencentLBSLocationManager:(TencentLBSLocationManager *)manager didFailWithError:(NSError *)error
{
if(error.code >= 0 && error.code <= 4)
{
UIAlertController *controller = [UIAlertController alertControllerWithTitle:error.domain message:nil preferredStyle:UIAlertControllerStyleAlert];
[controller addAction:[UIAlertAction actionWithTitle:@"确定" style:UIAlertActionStyleDefault handler: ^(UIAlertAction * _Nonnull action){}]];
[self presentViewController:controller animated:YES completion:nil];
}
}

- (void)sendMessage2Js:(TencentLBSLocation *)location Error:(NSError *)error
{
NSMutableDictionary *dict = [[NSMutableDictionary alloc] init];
Expand Down

0 comments on commit a40f3a3

Please sign in to comment.