|
|
@@ -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,
|