Commit d15f5d48 authored by hujun's avatar hujun

1

parent 19cca98b
......@@ -17,7 +17,13 @@
[% if(it[item]["status"] == -1) { %] 未注册 [% }else if(it[item]["status"] == 0) { %] 注册 [% }else{ %] 删除 [% } %]
</td>
<td>
[% if (it[item]['first_login_time'] == null){ %] [% }else{ %] [% } %]
[% if (it[item]['last_login_time'] != null){ %]
[% } else if (it[item]['first_login_time'] != null){ %]
[% }else{ %]
[% } %]
</td>
<td>
[% if (it[item]['user_nick'] != null){ %] [%= it[item]["user_nick"] %] [% } %]
......
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