shish hace 4 semanas
padre
commit
bb45855d08
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      app-hd/controllers/GhsController.php

+ 1 - 0
app-hd/controllers/GhsController.php

@@ -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'] ?? '';