{extend name="layout:home" /} {block name="container"}
{if count($userproduct)} {volist name="userproduct" id="value"} {/volist} {else} {/if}
订单号 服务名称 用户名 购买总时长 购买时间 到期时间
{$value.userProduct_identity} {$value.product_name} {$value.user_email} {$value.userProduct_dayNumber} {$value.userProduct_buyTime} {$value.userProduct_maturityTime}
无数据
{$show_page}
{/block}