shizhongqi 11 місяців тому
батько
коміт
cc879f5278
1 змінених файлів з 2 додано та 2 видалено
  1. 2 2
      app-hd/controllers/IntraCityController.php

+ 2 - 2
app-hd/controllers/IntraCityController.php

@@ -47,7 +47,7 @@ class IntraCityController extends BaseController
                     'province' => $shop->province,
                     'city' => $shop->city,
                     'area' => $shop->dist,
-                    'street' => $shop->address,
+                    'street' => '',
                     'house' => $shop->floor ? $shop->address . $shop->floor : $shop->address,
                     'lat' => $shop->lat,
                     'lng' => $shop->long,
@@ -151,7 +151,7 @@ class IntraCityController extends BaseController
                     'province' => $shop->province,
                     'city' => $shop->city,
                     'area' => $shop->dist,
-                    'street' => $shop->address,
+                    'street' => '',
                     'house' => $shop->floor ? $shop->address . $shop->floor : $shop->address,
                     'lat' => $shop->lat,
                     'lng' => $shop->long,