商品
商品价格
库存
操作
{loop $goods $row}
{$row['title']}
¥{$row['marketprice']}
{$row['total']}
选择
{/loop} {if count($goods)<=0}
未找到商品
{/if}
{$pager}