shish 3 settimane fa
parent
commit
bb45855d08
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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()
     {
+        util::complete();
         $get = Yii::$app->request->get();
         $locationType = $get['locationType'];
         $toLat = $get['lat'] ?? '';