Commit d0adc4b1 authored by hujun's avatar hujun

统一对内外地址

parent 75117fa1
...@@ -143,6 +143,8 @@ class Shop extends Basic ...@@ -143,6 +143,8 @@ class Shop extends Basic
$param["house_id"] = $val["id"]; $param["house_id"] = $val["id"];
$param["imgtype"] = 1; //默认主图 $param["imgtype"] = 1; //默认主图
$result[$key]["images"] = $this->dbImg->getHouseImages($param, 1); $result[$key]["images"] = $this->dbImg->getHouseImages($param, 1);
$result[$key]['title'] = $val['foreign_name'];
$result[$key]['address'] = $val['address_detail_c'];
} }
if (empty($result)) { if (empty($result)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment