用户问答优化

feat/task1-c-wallet
devil_gong 2019-06-21 16:39:36 +08:00
parent 74bb32e28f
commit 8811b33e96
1 changed files with 3 additions and 3 deletions

View File

@ -100,10 +100,10 @@
<td>{{$v.name}}</td>
<td class="am-hide-sm-only">{{$v.tel}}</td>
<td>{{$v.title}}</td>
<td class="am-hide-sm-only reply-content">{{$v.content}}</td>
<td class="am-hide-sm-only reply-content">{{$v.content|raw}}</td>
<td class="am-hide-sm-only reply-content">
{{if $v['is_reply'] eq 1}}
{{$v.reply}}
{{$v.reply|raw}}
{{else /}}
<span class="gray-text">未回复</span>
{{/if}}
@ -136,7 +136,7 @@
<dt>回复内容</dt>
<dd>
{{if $v['is_reply'] eq 1}}
{{$v.reply}}
{{$v.reply|raw}}
{{else /}}
<span class="gray-text">未回复</span>
{{/if}}