用户问答优化
parent
74bb32e28f
commit
8811b33e96
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue