Commit 8ff133ed authored by hujun's avatar hujun

邀请好友页面隐藏手机号4位

parent c67dad8a
......@@ -414,7 +414,7 @@ class Member extends Basic
foreach ($restult as $k=>$v) {
$arr = $v->getData();
$data_arr[$k]['user_nick'] = $arr['user_nick'];
$data_arr[$k]['user_phone'] = $arr['user_phone'];
$data_arr[$k]['user_phone'] = hide_customer_phone($arr['user_phone']);
$data_arr[$k]['create_time'] = date('Y-m-d', strtotime($arr['create_time']));
}
$data['data'] = $data_arr;
......
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