直接跳转淘宝
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ UIGestureRecognizerDelegate>
|
||||
}];
|
||||
[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{
|
||||
|
||||
+1
-1
@@ -95,7 +95,7 @@
|
||||
[alert addAction:cancel];
|
||||
[alert addAction:ok];
|
||||
|
||||
[self.window.rootViewController presentViewController:alert animated:YES completion:nil];
|
||||
// [self.window.rootViewController presentViewController:alert animated:YES completion:nil];
|
||||
}
|
||||
#pragma mark - 定位成功
|
||||
-(void)locationManager:(CLLocationManager *)manager didUpdateLocations:(NSArray<CLLocation *> *)locations{
|
||||
|
||||
@@ -120,7 +120,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{
|
||||
|
||||
+1
-1
@@ -188,7 +188,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{
|
||||
|
||||
Reference in New Issue
Block a user