{extend name="app/shop/view/base.html"/} {block name="resources"} {/block} {block name="main"}
{$coupon_type_info.coupon_name}
{if $coupon_type_info.type == 'reward'} 满减 {else /} 折扣 {/if}
{if $coupon_type_info.type == 'reward'} ¥ {$coupon_type_info.money} {else /} {$coupon_type_info.discount} 折 {/if}
{if $coupon_type_info.type == 'discount'} {if $coupon_type_info.discount_limit != 0}
¥ {$coupon_type_info.discount_limit}
{/if} {/if}
{$coupon_type_info.count} 张
{$coupon_type_info.max_fetch} 张
{$coupon_type_info.at_least} 元
{if condition="$coupon_type_info.image"} {/if}
{if $coupon_type_info.validity_type == 0} {:date('Y-m-d H:i:s',$coupon_type_info.end_time)} {else /} 领取之日起 {$coupon_type_info.fixed_term} 天有效 {/if}
{if $coupon_type_info.goods_type == 1}
全部商品参与
{else /}
{/if}
{/block} {block name="script"} {/block}