vr-shopxo-source/application/admin/view/default/goodscomments/module/reply.html

4 lines
266 B
HTML
Raw Normal View History

2020-06-08 11:26:37 +00:00
<!-- 回复内容 -->
2020-06-22 15:21:23 +00:00
{{if !empty($module_data) and isset($module_data['is_reply']) and $module_data['is_reply'] eq 1 and !empty($module_data['reply'])}}
<div class="am-scrollable-vertical am-nowrap-initial reply-content">{{$module_data.reply|raw}}</div>
2020-06-08 11:26:37 +00:00
{{/if}}