我的代金券

{set:$queryPropList = Api::run('getPropList',$propId)} {set:$queryProp = $queryPropList->find()} {if:$queryProp}
{foreach:items = $queryProp} {/foreach}
编号 面值 有效时间 状况
{$item['card_name']} {$item['value']}元 {echo:substr($item['end_time'],0,16)} {echo:ticket::statusText(ticket::status($item))}
{else:}
暂无数据
{/if} {$queryPropList->getPageBar()}