{include file="head.html"}
物流费用
添加
{foreach item=c from=$list}
{$c.title}
首重 {$c.fmoney}元/kg
续重 {$c.amoney}元/kg
{/foreach}
{include file="footer.html"}