From 489c8587236a6c71bb3be38a1589d18dcb07797a Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 28 Feb 2020 10:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/user/index.html | 6 +++--- app/admin/view/user/recycle.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 6f1da6a8c..59d9ab08a 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -61,15 +61,15 @@ {if auth("pass")} - 设置密码 + 密 码 {/if} {if auth("edit")} - 编辑资料 + 编 辑 {/if} {if auth("state") and $vo.status eq 1} - 禁用账号 + 禁 用 {/if} diff --git a/app/admin/view/user/recycle.html b/app/admin/view/user/recycle.html index 8112ce61a..699a8cdd2 100644 --- a/app/admin/view/user/recycle.html +++ b/app/admin/view/user/recycle.html @@ -62,15 +62,15 @@ {if auth("edit")} - 编辑资料 + 编 辑 {/if} {if auth("state") and $vo.status eq 0} - 恢复账号 + 恢 复 {/if} {if auth("remove")} - 永久删除 + 删 除 {/if}