积分抵扣
{ife 'groups.goods' $item}
最多抵扣
如果设置0,则不支持积分抵扣 {else}
{$item['deduct']} 元
{/if}
团长优惠 {ife 'groups.goods' $item}
是否单独设置团长优惠
{/if}
{ife 'groups.goods' $item}
优惠金额
团长开团立减金额,如果设置0,则团长没有优惠金额 {else} {if $item['headstype']==0}
{$item['headsmoney']} 元
{/if} {/if}
{ife 'groups.goods' $item}
优惠折扣 %
折扣为0-100整数,如果设置0,则团长没有优惠折扣 {else} {if $item['headstype']==1}
{$item['headsdiscount']} 元
{/if} {/if}
{ife 'groups.goods' $item} {else}
{if intval($item['isdiscount']) ==1 }是{else}否{/if}
{/if}