Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
98fa9705
Commit
98fa9705
authored
Jul 10, 2019
by
clone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
e63894df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
11 deletions
+0
-11
ChatService.php
application/chat/service/ChatService.php
+0
-11
No files found.
application/chat/service/ChatService.php
View file @
98fa9705
...
@@ -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"
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment