Commit 4311eda9 authored by xishifeng's avatar xishifeng Committed by hujun

客户列表隐藏手机号码中间四位

parent f5c00e5f
......@@ -333,7 +333,7 @@ define (['doT', 'text!temp/user_template_tpl.html','ckfinder','ckfinderStart', '
$("#cus_nick").html(data.data.user_info.user_nick);//昵称
$("#registration_time").html(data.data.user_info.registration_time);//昵称
$("#sex").val(data.data.user_info.sex);//性别
$("#cus_phone").html(data.data.user_info.user_phone);//电话
$("#cus_phone").html(hideTel(data.data.user_info.user_phone));//电话
$("#cus_date").html(data.data.user_info.create_time);//上传时间
$("#referrer_user").html(data.data.user_info.referrer_user);//上传时间
$("#cus_fang").val(data.data.user_info.agentinfo);//客方
......
......@@ -8,7 +8,7 @@
[%= it[item]["user_name"] %]
[% } %]
</td>
<td>[%= it[item]["user_phone"] %]</td>
<td>[%= hideTel(it[item]["user_phone"]) %]</td>
<td>[%= it[item]["create_time"] %]</td>
<td>
[% if(it[item]["follow_time"] != null) { %]
......
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