{$coupon['title']}
活动名称
{$coupon['title']}
所需积分
{$coupon[dcredit]}分
有效期
{php echo date('Y-m-d H:i:s', $coupon[starttime]);} 至 {php echo date('Y-m-d H:i:s', $coupon[endtime]);}
名额限制
{if empty($coupon['totalcount'])}不限{else}{$coupon['totalcount']}{/if}
适用范围
{if $coupon['is_meal']==1}
店内
{/if}
{if $coupon['is_delivery']==1}
外卖
{/if}
{if $coupon['is_snack']==1}
快餐
{/if}
{if $coupon['is_reservation']==1}
预定
{/if}
适用商铺
{$store['title']}
{if !empty($coupon['content'])}
活动介绍
{php echo htmlspecialchars_decode($coupon['content'])}
{/if}