Commit af37cb08 authored by hujun's avatar hujun

app客户搜索隐藏中间4位

parent cdd6b183
......@@ -164,6 +164,8 @@ class User extends Basic
}
$userList[$k]['is_outstrip_twenty_four_hours'] = $is_outstrip_twenty_four_hours;
$userList[$k]['user_phone'] = substr_replace($userList[$k]['user_phone'], '****', 3, 4);
}
......
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