Commit 6e9e34bd authored by agping's avatar agping

跟进手机号隐藏

parent 150f9f17
...@@ -23,7 +23,8 @@ ...@@ -23,7 +23,8 @@
[%= it[item]['user_name'] %] [%= it[item]['user_name'] %]
[% } %] [% } %]
</td> </td>
<td>[%= it[item]['user_phone'] %]</td> <!--<td>[%= it[item]['user_phone'] %]</td>-->
<td>[%= hideTel(it[item]['user_phone']) %]</td>
<td> <td>
<a class="btn1 btn-success caozuo" href="#modal-record" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详细信息</a> <a class="btn1 btn-success caozuo" href="#modal-record" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详细信息</a>
</td> </td>
......
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