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}}