|
|
@@ -68,8 +68,8 @@ class IntraCityController extends BaseController
|
|
|
'province' => $shop->province,
|
|
|
'city' => $shop->city,
|
|
|
'area' => $shop->dist,
|
|
|
- 'street' => $shop->address,
|
|
|
- 'house' => $shop->floor,
|
|
|
+ 'street' => '',
|
|
|
+ 'house' => $shop->address . $shop->floor,
|
|
|
'lat' => $shop->lat,
|
|
|
'lng' => $shop->long,
|
|
|
'phone' => $shop->telephone
|
|
|
@@ -165,8 +165,8 @@ class IntraCityController extends BaseController
|
|
|
'province' => $shop->province,
|
|
|
'city' => $shop->city,
|
|
|
'area' => $shop->dist,
|
|
|
- 'street' => $shop->address,
|
|
|
- 'house' => $shop->floor,
|
|
|
+ 'street' => '',
|
|
|
+ 'house' => $shop->address . $shop->floor,
|
|
|
'lat' => $shop->lat,
|
|
|
'lng' => $shop->long,
|
|
|
'phone' => $shop->telephone
|