dever 3 年之前
父节点
当前提交
c82d65ce9f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;