| 消息内容 |
{$detail.content|default=''}
{gt name="$detail.template" value="0"}
{:get_message_link($detail.template,$detail.action_id)}
{/gt}
{if condition="($detail.msg_id > 0)"}
| 引用消息内容 |
{$detail.from_content}
{gt name="$detail.from_template" value="0"}
{:get_message_link($detail.from_template,$detail.from_action_id)}
{/gt}
|
{notempty name="$detail.from_file_array"}
| 引用消息附件 |
{volist name="$detail.from_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
|
{/notempty}
{/if}
|
{notempty name="$detail.file_ids"}