From e888a8af78590caa55bc02d23bc250e9a2b98415 Mon Sep 17 00:00:00 2001 From: Anyon Date: Thu, 18 Jun 2020 10:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=BE=AE=E4=BF=A1=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/wechat/view/keys/index.html | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/app/wechat/view/keys/index.html b/app/wechat/view/keys/index.html index 94a2d61cc..1c9b4262c 100644 --- a/app/wechat/view/keys/index.html +++ b/app/wechat/view/keys/index.html @@ -61,26 +61,24 @@ 预览 {elseif $vo.type eq '语音'} 预览 - {else} - {$vo.content} - {/if} + {else} {$vo.content} {/if} {$vo.create_at|format_datetime} {if $vo.status eq 0}已禁用{elseif $vo.status eq 1}使用中{/if} {if auth("edit")} - 编 辑 + 编 辑 {/if} {if $vo.status eq 1 and auth("state")} - 禁 用 + 禁 用 {elseif auth("state")} - 启 用 + 启 用 {/if} {if auth("remove")} - 删 除 + 删 除 {/if} @@ -94,12 +92,7 @@ {block name="script"}