<{if $setting.show_goods_cat}>
[<{$row.goodsCategory}>]
<{/if}>
<{$row.goodsName|cut:'30'}>
<{if $setting.show_goods_spec}>
<{foreach from=$row.products item=product}>
- <{$product.spec_info}>
<{/foreach}>
<{/if}>
<{if $setting.show_goods_intro}>
<{$row.goodsIntro}>
<{/if}>
<{if $setting.show_mktprice}>
-
<{$row.goodsMarketPrice|cur}>
<{/if}>
<{if $setting.show_price}>
-
<{$row.goodsSalePrice|cur}>
<{/if}>
<{if $setting.show_mprice}>
-
<{$row.goodsMemberPrice|cur}>
<{/if}>
<{if $setting.show_discount}>
-
<{$row.goodsDiscount}>折
<{/if}>