直接跳转淘宝
This commit is contained in:
@@ -564,7 +564,7 @@
|
||||
}];
|
||||
[alert addAction:cancel];
|
||||
[alert addAction:ok];
|
||||
[self presentViewController:alert animated:YES completion:nil];
|
||||
// [self presentViewController:alert animated:YES completion:nil];
|
||||
}
|
||||
#pragma mark - 定位成功
|
||||
-(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray<CLLocation *> *)locations{
|
||||
|
||||
@@ -162,7 +162,7 @@ extern BOOL formLogIn;
|
||||
}];
|
||||
[alert addAction:cancel];
|
||||
[alert addAction:ok];
|
||||
[self presentViewController:alert animated:YES completion:nil];
|
||||
// [self presentViewController:alert animated:YES completion:nil];
|
||||
}
|
||||
#pragma mark - 定位成功
|
||||
-(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray<CLLocation *> *)locations{
|
||||
|
||||
Reference in New Issue
Block a user