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