{template 'header', 'member'}
{if $action == 'update'}
{if $step == 'detail'}
买家下单 |
买家付款 |
{if $td[logistic]}卖家发货{else}买家消费{/if} |
{if $td[status] == 4 || $td[status] == 5}
申请退款 |
退款成功 |
{else}
交易成功 |
{/if}
 |
 |
 |
 |
{if $td[status] == 4 || $td[status] == 5}
 |
{/if}
{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}
订单详情
{elseif $step == 'express'}
{template 'goods', 'chip'}
快递信息
{elseif $step == 'pay'}
{elseif $step == 'remind'}
{elseif $step == 'refund'}
{/if}
{elseif $action == 'express'}
快递公司 |
快递单号 |
快递状态 |
下单时间 |
更新时间 |
订单 |
{loop $lists $k $v}
{$v[send_type]} |
{$v[send_no]} |
{$v[dstatus]} |
{$v[addtime]} |
{$v[updatetime]} |
查看 |
{/loop}
{$pages}
{else}
{$pages}
{/if}
{template 'footer', 'member'}