Commit eb4e530b authored by zhuwei's avatar zhuwei

1

parent c5ecc85a
...@@ -240,6 +240,7 @@ class UserLogService ...@@ -240,6 +240,7 @@ class UserLogService
if (count($result) <= 0) { if (count($result) <= 0) {
return ["code" => 101, "msg" => "没找到此条用户信息"]; return ["code" => 101, "msg" => "没找到此条用户信息"];
} }
$result['user_name'] = $result['user_name']?"[{$result['concrete_industry']}]{$result['user_name']}":'';
$result['user_pic'] = !empty($result["user_pic"]) ? HEADERIMGURL . $result["user_pic"] : $result["other_pic"]; $result['user_pic'] = !empty($result["user_pic"]) ? HEADERIMGURL . $result["user_pic"] : $result["other_pic"];
#判断是否纯房东 0:否 1:是 #判断是否纯房东 0:否 1:是
......
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