{#if $T.data.length>0} {#foreach $T.data as record}
{$T.record.createTime}

{$T.record.content}

前往查看

{#/for} {#else}

没有消息

{#/if}