Commit 68327ce9 authored by hujun's avatar hujun

修改激活未激活页面显示

parent f7c0532f
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
[% if(it[item]["status"] == -1) { %] [% if(it[item]["status"] == -1) { %]
未激活 未激活
[% }else if(it[item]["status"] == 0) { %] [% }else if(it[item]["status"] == 0) { %]
正常 已激活
[% }else{ %] [% }else{ %]
冻结 删除
[% } %] [% } %]
</td> </td>
<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