Commit 679f25dd authored by zhuwei's avatar zhuwei

is_phone_button_show

parent 243e3ee0
...@@ -257,7 +257,7 @@ class UserLogService ...@@ -257,7 +257,7 @@ class UserLogService
#是否被收藏 #是否被收藏
$result["is_collect"] =$this->userDetailIsCollect($user_id, $agent_id); $result["is_collect"] =$this->userDetailIsCollect($user_id, $agent_id);
#拨打电话按钮是否显示 #拨打电话按钮是否显示 0:显示 1:不显示
$result['is_phone_button_show'] = $this->isPhoneButtonShow($user_id,$result['user_phone'],$result["agent_id"],$agent_id); $result['is_phone_button_show'] = $this->isPhoneButtonShow($user_id,$result['user_phone'],$result["agent_id"],$agent_id);
return $result; return $result;
......
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