|
@@ -461,6 +461,7 @@ class GhsController extends BaseController
|
|
|
//寻找附近批发店
|
|
//寻找附近批发店
|
|
|
public function actionSearchNearbyGhs()
|
|
public function actionSearchNearbyGhs()
|
|
|
{
|
|
{
|
|
|
|
|
+ util::complete();
|
|
|
$get = Yii::$app->request->get();
|
|
$get = Yii::$app->request->get();
|
|
|
$locationType = $get['locationType'];
|
|
$locationType = $get['locationType'];
|
|
|
$toLat = $get['lat'] ?? '';
|
|
$toLat = $get['lat'] ?? '';
|