{php include $this->template($template.'/_header')}
当前位置:首页 > 个人中心 > {$title}
{php include $this->template($template.'/_memberLeft')}
{if $list}
    {loop $list $item}
  • ¥{$item['amount']}
    {if $item['conditions']>0} 订单金额满{$item['conditions']} 元可用 {else} 任意订单金额可用 {/if}
    有效期至 {php echo date('Y-m-d H:i:s', $item['validity']);}
    获取途径:{$source[$item['source']]}
    使用说明:{$item['category_name']},优惠券领取后即时生效,过期作废,每个订单最多使用1张。
    {if $common['give_coupon'] && $item['status'] == 0} 转赠好友 {else}
    {/if}
  • {/loop}
{if $pager}
{/if}
{else} {/if}
优惠券转赠
* 验证方式
* {$studen_no}(uid)
{php include $this->template($template.'/_footer')}