Commit 98fa9705 authored by clone's avatar clone

1

parent e63894df
...@@ -590,17 +590,6 @@ class ChatService ...@@ -590,17 +590,6 @@ class ChatService
} else { } else {
$result[$key]["relation_id"] = $item["from_id"]; $result[$key]["relation_id"] = $item["from_id"];
} }
//显示不是当前传入用户的用户信息 对方只能是一个人 如果不是用户则是经纪人
/* dump($item);
if (!empty($item["user_phone"])) {
$result[$key]["name"] = empty($item["user_nick"]) ? $item["user_name"] : $item["user_nick"];
$result[$key]["img"] = !empty($item["user_pic"]) ? HEADERIMGURL . $item["user_pic"] : $item["other_pic"];
$result[$key]["phone"] = $item["user_phone"];
} else {
$result[$key]["name"] = $item["agent_name"];
$result[$key]["img"] = AGENTHEADERIMGURL . $item["img"];
$result[$key]["phone"] = $item["phone"];
}*/
//where //where
$select_["from"] = $item["from_id"]; $select_["from"] = $item["from_id"];
......
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