dever 3 years ago
parent
commit
c82d65ce9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/shop/src/Main.php

+ 1 - 1
app/shop/src/Main.php

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