{if condition="$v['type'] eq 0"}
自动发货
{else/}
手动发货
{/if}
{:msubstr(htmlspecialchars_decode($v['mname']),0,40)}
¥
{if condition="$v.mprice lt 1"}
{:number_format($v.mprice/100, 4)}
{else/}
{:number_format($v.mprice/100, 2)}
{/if}
库存{$v['count']}个 销量{$v['sellercount']}个