{@if f.PriceType==-1}¥${f.Price|formatFloat}{@else}{@if f.IsDeduction==1}¥${f.SalesPrice|formatFloat}{@if (f.SalesIntegral*f.DeductRate)>0} 可抵¥${f.SalesIntegral*f.DeductRate|formatFloat}{@/if}{@else}{@if f.SaleMode==0}¥${f.SalesPrice|formatFloat}{@else if f.SaleMode==1}${f.SalesIntegral|formatFloat} 积分{@else}¥ ${f.SalesPrice|formatFloat}{@if f.SalesIntegral>0}+ ${f.SalesIntegral|formatFloat}积分{@/if}{@/if}{@/if}{@/if}
销量:{@if f.Sells==null}0{@else}${f.Sells}{@/if}
{@/if}{@if f.PriceRule.length==2}
{@/if}{@if f.PriceRule.length>=3}
{@/if}
{@each f.PriceRule as r,index}{@if index < 3}{@if f.IsDeduction==1}¥${r.Price|formatFloat}{@if (r.Integral*f.DeductRate)>0} 可抵¥${r.Integral*f.DeductRate|formatFloat}{@/if}{@else}{@if f.SaleMode==0}¥${r.Price|formatFloat}{@else if f.SaleMode==1}${r.Integral|formatFloat}积分{@else}¥${r.Price|formatFloat}{@if r.Integral>0} + ${r.Integral|formatFloat}积分{@/if}{@/if}{@/if}
{@if r.MaxQuantity>=2147483647}>=${r.MinQuantity}{@if f.Unit}${f.Unit}{@else}件{@/if}
{@else}${r.MinQuantity}-${r.MaxQuantity}{@if f.Unit}${f.Unit}{@else}件{@/if}
{@/if} {@/if}{@/each}
{@else if f.PriceType==1}
{@if f.IsDeduction==1}¥${f.SalesPrice|formatFloat} {@if (f.SalesIntegral*f.DeductRate)>0} 可抵¥${f.SalesIntegral*f.DeductRate|formatFloat}{@/if}{@else}{@if f.SaleMode==0}¥${f.SalesPrice|formatFloat}{@else if f.SaleMode==1}${f.SalesIntegral|formatFloat}积分{@else}¥${f.SalesPrice|formatFloat}{@if f.SalesIntegral>0} + ${f.SalesIntegral|formatFloat}积分{@/if}{@/if}{@/if}
>=${f.MinQuantity}{@if f.Unit}${f.Unit}{@else}件{@/if}
{@else}
{@/if}
{@if f.IsSingle==1}{@/if}{@/each}