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