{template "header.html"}

{dr_form_hidden()}
{dr_lang('订单信息')}

{Function_list::author($order.buy_username)}

{Function_list::author($order.sell_username)}

{dr_date($order.inputtime, 'Y-m-d H:i:s', 'red')}

{dr_order_status($order.status)}

{dr_date($order.paytime, 'Y-m-d H:i:s', 'red')}

{dr_money_status($order.mstatus)}

{$order.title}

{$order.zy_title}

{dr_date($order.stime, 'Y-m-d H:i:s', 'red')}

{dr_date($order.etime, 'Y-m-d H:i:s', 'red')}

{dr_lang('活动内容')}

{number_format($order.money, 2)}

{load "$rw_field_file"}
{dr_lang('订单日志')}
{loop $order_log $t} {/loop}
{dr_lang('操作时间')} {dr_lang('记录')}
{dr_date($t.inputtime)} {$t.title} {if $t.content} 查看详情 {/if}
付款金额:
{number_format($order.money, 2)}
媒体主金额:
{number_format($order.cb_money, 2)}
平台收益金额:
{number_format($order.money - $order.cb_money, 2)}
{if $order.mstatus < 2} {/if}
{if $order.status == 7} {/if} {if $order.status == 11} {/if}
{template "footer.html"}