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;