{$visitername}的聊天记录


{foreach $list as $key=>$vo } {if strtoupper($vo['direction']) == 'to_visiter' }
{$vo.name}  {$vo.infotime}
{$vo.content}
{else /}
{$vo.name}  {$vo.infotime}
{$vo.content}
{/if} {/foreach}