Commit d824df19 authored by clone's avatar clone

bug

parent 0afecf43
...@@ -271,7 +271,7 @@ class AppChat extends Basic ...@@ -271,7 +271,7 @@ class AppChat extends Basic
$data['$images'] = IMG_PATH . '/img/houseinfobackgroundimg_new.png'; $data['$images'] = IMG_PATH . '/img/houseinfobackgroundimg_new.png';
if (count($images) > 0) { if (count($images) > 0) {
$result["imagename"] = IMG_PATH . $images[0]["img_name"]; $result["imagename"] = CK_IMG_URL . 'images/' . $images[0]["img_name"];
} }
//1.月租金 2.营业额扣点 3.每平方米租金', //1.月租金 2.营业额扣点 3.每平方米租金',
$message = ""; $message = "";
......
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