mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
4 lines
200 B
HTML
4 lines
200 B
HTML
<!-- 评论内容 -->
|
|
{{if !empty($module_data) and !empty($module_data['content'])}}
|
|
<div class="am-scrollable-vertical am-nowrap-initial reply-content">{{$module_data.content|raw}}</div>
|
|
{{/if}} |