直接跳转淘宝

This commit is contained in:
kai60
2021-10-15 13:06:02 +08:00
parent 22673fef3d
commit cb537f1949
8 changed files with 11 additions and 19 deletions
@@ -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{