Commit d3632b31 authored by agping's avatar agping

添加首次登陆时间

parent 215db128
...@@ -374,6 +374,7 @@ ...@@ -374,6 +374,7 @@
<th class="text-center">下载登录</th> <th class="text-center">下载登录</th>
<th class="text-center">昵称</th> <th class="text-center">昵称</th>
<th class="text-center">注册时间</th> <th class="text-center">注册时间</th>
<th class="text-center">首次登陆时间</th>
<th class="text-center">操作</th> <th class="text-center">操作</th>
</tr> </tr>
</thead> </thead>
......
...@@ -41,6 +41,11 @@ ...@@ -41,6 +41,11 @@
[%= it[item]["registration_time"] %] [%= it[item]["registration_time"] %]
[% } %] [% } %]
</td> </td>
<td>
[% if (it[item]['first_login_time'] != null){ %]
[%= it[item]["first_login_time"] %]
[% } %]
</td>
<td> <td>
<a class="btn1 btn-success caozuo" href="#modal-record" data-toggle="modal" data-phone='[%= it[item]["user_phone"] %]' data-id='[%= it[item]["id"] %]'> <a class="btn1 btn-success caozuo" href="#modal-record" data-toggle="modal" data-phone='[%= it[item]["user_phone"] %]' data-id='[%= it[item]["id"] %]'>
详细信息 详细信息
......
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