Commit a67609f7 authored by clone's avatar clone Committed by hujun

bug

parent 2e714a67
......@@ -229,7 +229,7 @@ class AppChat extends Basic
public function pushMsg_gethouseinfo()
{
$homeurl = $this->request->domain();
$homeurl = IMG_PATH;
$params = $this->params;
//$params['id']=312;
if (!isset($params['id'])) {
......@@ -267,7 +267,7 @@ class AppChat extends Basic
$HouseImgsre = $HouseImgs->getHouseImgs($id, 1);
//用户上传了就用上传的
if ($HouseImgsre) {
$data['imagename'] = $homeurl . '/houseImg/small_' . $HouseImgsre[0]['imagename'];
$data['imagename'] = $homeurl . '/small_' . $HouseImgsre[0]['imagename'];
}
// dump($HouseInfosre);
// dump($data);
......
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