From 8811b33e96e88f3e54abae042190a4d6f7e2b89e Mon Sep 17 00:00:00 2001 From: devil_gong Date: Fri, 21 Jun 2019 16:39:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E9=97=AE=E7=AD=94=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/answer/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/index/view/default/answer/index.html b/application/index/view/default/answer/index.html index 1d7747215..551a2538d 100755 --- a/application/index/view/default/answer/index.html +++ b/application/index/view/default/answer/index.html @@ -100,10 +100,10 @@ {{$v.name}} {{$v.tel}} {{$v.title}} - {{$v.content}} + {{$v.content|raw}} {{if $v['is_reply'] eq 1}} - {{$v.reply}} + {{$v.reply|raw}} {{else /}} 未回复 {{/if}} @@ -136,7 +136,7 @@
回复内容
{{if $v['is_reply'] eq 1}} - {{$v.reply}} + {{$v.reply|raw}} {{else /}} 未回复 {{/if}} -- GitLab