{include file="head.html"}
拼车线路
{foreach item=c from=$list}
{$c.type_name}
¥{$c.money}
{$c.content}
{/foreach}
{include file="footer.html"}