@@ -79,7 +79,7 @@ class Main extends Core
# 获取门店
$this->data['shop'] = array();
if ($city) {
- $this->data['shop'] = Dever::load('shop/lib/info')->get($city, $lng, $lat, $name, 'fetchAll', $shop_id);
+ $this->data['shop'] = Dever::load('shop/lib/info')->get($city, $lng, $lat, $name, 'fetchAll', $shop_id, $address);
}
return $this->data;