<#if specification.sellingPrice != null && specification.sellingPrice gt 0>
¥${specification.sellingPrice} 元
#if>
<#if specification.point != null && specification.point gt 0>
${specification.point} 积分
#if>
<#if specification.marketPrice != null && specification.marketPrice gt 0>
原价¥${specification.marketPrice} 元
#if>