{:doAction('home_head')}
{if condition="$params"} {/if} {if condition="$remote_order"} {/if} {if condition="$kami"} {/if}
订单基本信息
订单编号 {$order.order_no}
商品名称 {$goods.name}
订单金额 {$order.money}元
购买时间 {:date('Y-m-d H:i:s', $order.paytime)}
下单信息 {volist name="$params" id="vo"} {$vo.title}:{$vo.value}
{/volist}
订单状态 {$remote_order.status}
以下是你的卡密信息
{$kami}
{php} die; {/php} {include file="content/template/default/header.html" /}
订单详情
{$order.goods_name} {if condition="$order.goods_type == 3"} {php}$kami = explode("\r\n", $order['kami']);{/php} {volist name="$kami" id="vo"} {$vo} {/volist} {else /}
{$kami}
{/if}
{include file="content/template/default/order_empty.html" /}
{include file="content/template/default/footer.html" /}