{include file="user/include" /}
{include file="public/th" /} {include file="public/head" /}
兑换记录
{include file="user/left_nav" /}
兑换记录
金币商城
兑换记录
返回金币商城
{volist name="list" id="vo"}
{$vo.mall_goods_name|htmlspecialchars}
{eq name="vo.mall_order_status" value="1"}
成功
{/eq} {eq name="vo.mall_order_status" value="2"}
失败
{/eq} {eq name="vo.mall_order_status" value="0"}
处理中
{/eq}
{eq name="vo.mall_goods_type" value="vip"}
VIP天数
{/eq} {eq name="vo.mall_goods_type" value="card"}
充值卡密
{/eq} {eq name="vo.mall_goods_type" value="download_quota"}
下载额度
{/eq} · -{$vo.mall_order_points}
金币
{$vo.mall_order_time|mac_day}
{eq name="vo.mall_goods_type" value="card"} {notempty name="vo.mall_order_delivery_arr.card_no"}
卡号
:{$vo.mall_order_delivery_arr.card_no|htmlspecialchars}
密码
:{$vo.mall_order_delivery_arr.card_pwd|htmlspecialchars}
{/notempty} {/eq} {eq name="vo.mall_goods_type" value="vip"} {notempty name="vo.mall_order_delivery_arr.days"}
VIP天数
:{$vo.mall_order_delivery_arr.days}
{/notempty} {/eq} {eq name="vo.mall_goods_type" value="download_quota"} {notempty name="vo.mall_order_delivery_arr.quota"}
下载额度
:{$vo.mall_order_delivery_arr.quota}
{/notempty} {/eq} {notempty name="vo.mall_order_remarks"}
备注
:{$vo.mall_order_remarks|htmlspecialchars}
{/notempty}
{/volist}
{empty name="list"}
{include file="public/notempty" /}
{/empty}
{if condition="($__PAGING__.page_total gt 1)"}
首页
上一页
{maccms:foreach name="$__PAGING__.page_num" id="num"}
{$num}
{/maccms:foreach}
下一页
尾页
{/if}
{include file="public/foot" /}