{volist name="promotion_list['data']" id="vo"}
  • ¥ {$vo['money']}

    满{$vo['at_least']}元可用

    {$vo['start_time']|date='Y.m.d',###}-{$vo['end_time']|date='Y.m.d',###}

    限商品:{eq name="$vo['range_type']" value="1"}全场产品使用{else/}指定产品可使用{/eq}

    限数量:{eq name="$vo['max_fetch']" value="0"}无领取数量限制{else/}每人最多可领取{$vo['max_fetch']}张{/eq}

    领取量:{if $vo['surplus_percentage'] > 0}还有{$vo['surplus_percentage']}%未领取{else/}该优惠券已被抢光{/if}

    {if $vo['surplus_percentage'] > 0} {if $vo['max_fetch'] == 0 || $vo['received_num'] < $vo['max_fetch']} 立即领取 {else/} 您已领取 {/if} {else/} 已抢光 {/if}

  • {/volist}