{include file="$admin_template_path/html/header.html"} {include file="$admin_template_path/html/pagetops.html"} {if $errorMessage}
{$errorMessage}
{literal} {/literal} {/if}
{include file="$admin_template_path/html/leftmenu.html"}
{if $paging !=""}
{$paging}
{/if}
{if is_array($data)}
{foreach from=$data item=d} {/foreach}
用户 当前收入 提现额 提现方式 邮件账号 请求日期 是否已处理 操作
{$users[$d.user_id].username} {$currency.symbol} {$users[$d.user_id].earning|string_format:"%.2f"} {if !is_numeric($d.amount)} {$d.amount} {else} {$currency.symbol} {$d.amount|string_format:"%.2f"} {/if} {$d.method} {$d.text|nl2br} {$d.datetime|date_format:"%Y-%m-%d"} {if $d.paid == 'true'} {$d.paid_datetime|date_format:"%Y-%m-%d"} {else} {/if} {if $d.paid == 'false'} 处理 删除 {/if}
{literal} {/literal} {else} 暂无记录 {/if}