|
@@ -113,9 +113,7 @@ class Main extends Core
|
|
|
|
|
|
|
|
|
$this->data['shop'] = array();
|
|
|
- if ($city && $lng && $lat) {
|
|
|
- $this->data['shop'] = Dever::load('shop/lib/info')->get($city, $lng, $lat);
|
|
|
- }
|
|
|
+ $this->data['shop'] = Dever::load('shop/lib/info')->get($city, $lng, $lat);
|
|
|
|
|
|
|
|
|
$this->data['focus'] = Dever::load('push/lib/data')->get('home_focus', '首页焦点图', 5);
|