Commit d24049dc authored by zhuwei's avatar zhuwei

去除手机号隐藏,交前端

parent efa4290e
...@@ -271,7 +271,7 @@ class Broker extends Basic ...@@ -271,7 +271,7 @@ class Broker extends Basic
$user_res =$user->useraction_search_user_res($user_id); $user_res =$user->useraction_search_user_res($user_id);
//dump($user_res); //dump($user_res);
$user_res['user_pic']=HEADERIMGURL.$user_res['user_pic']; $user_res['user_pic']=HEADERIMGURL.$user_res['user_pic'];
$user_res['user_phone']=hide_customer_phone($user_res['user_phone']); //$user_res['user_phone']=hide_customer_phone($user_res['user_phone']);
$table= new Agents(); $table= new Agents();
$Agents_res =$table->Agents_res($user_res['agent_id']); $Agents_res =$table->Agents_res($user_res['agent_id']);
//dump($Agents_res); //dump($Agents_res);
......
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