{template 'header', 'member'} {if $action == 'update'} {if $step == 'detail'}
订单详情
{template 'goods', 'chip'} {if $td[logistic]}
快递信息
邮编:{$td[buyer_postcode]}
地址:{$td[buyer_address]}
姓名:{$td[buyer_name]}
手机:{$td[buyer_mobile]}
{if $td[send_time]} 发货日期:{$td[send_time]}
快递类型:{$td[send_type]}
快递单号:{$td[send_no]}{if $td[send_type] && $td[send_no]}   [快递追踪]{/if}
快递状态:{$_send_status[$td[send_status]]}
{/if}
{else}
验证信息
密码:{$td[password]}
手机:{$td[buyer_mobile]}
{/if}
订单详情
联系卖家:{$td[seller]}
下单时间:{$td[adddate]}
最后更新:{$td[updatedate]}
{if $td[send_time]} 发货时间:{$td[send_time]}
{/if} 订单状态:{$_status[$td[status]]}
{if $td[buyer_reason]} 退款理由:{$td[buyer_reason]}
{/if} {if $td[refund_reason]} 操作原因:{$td[refund_reason]}
{/if} {if $td[status] == 6}
付 款
{/if}
{elseif $step == 'express'}
快递信息
{template 'goods', 'chip'}
快递信息
发货日期:{$td[send_time]}
快递类型:{$td[send_type]}
快递单号:{$td[send_no]}
快递状态:{$_send_status[$td[send_status]]}
追踪结果:
正在查询...
{elseif $step == 'pay'}
订单支付
{template 'goods', 'chip'}
{elseif $step == 'remind'}
提醒发货
{elseif $step == 'refund'}
申请退款
{template 'goods', 'chip'}

退款原因*

支付密码*

{template 'password', 'chip'}
{/if} {elseif $action == 'express'}
我的快递
{loop $lists $v}
{/loop} {if $pages}
{$pages}
{/if} {else}
{$MODULE[$mid][name]}订单 ▾
{loop $lists $v}
{$v[dstatus]}{$v[addtime]} {$v[seller]}
{if $v[status] == 0} {if $v[logistic]} 提醒发货 {/if} 申请退款 {elseif $v[status] == 1} {if $v[lefttime]} 确认收货 {if $v[send_type] && $v[send_no]} 快递追踪 {/if} 申请退款 {else} {/if} {elseif $v[status] == 2} {if $v[lefttime]} 确认消费 申请退款 {else} {/if} {elseif $v[status] == 6} 立即付款 {/if} 订单详情
{/loop} {if $pages}
{$pages}
{/if} {/if} {template 'footer', 'member'}