{template 'header', 'member'} {if $action == 'update'} {if $step == 'detail'}
订单详情
{template 'goods', 'chip'}
快递信息
邮编:{$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}
订单详情
联系卖家:{$td[seller]}
订单进程:
{loop $logs $v} {$v[adddate]} - {$v[title]}
{/loop} 订单状态:{$_status[$td[status]]}
{if $td[buyer_reason]} 退款理由:{$td[buyer_reason]}
{/if} {if $td[refund_reason]} 操作原因:{$td[refund_reason]}
{/if} {if $td[status] == 1}
付 款
{/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'}
{if $DT[sms]}

可用短信{$_sms}条 短信通知卖家发货

{/if}
{if $could_pay}
{else}
{/if}
{elseif $step == 'remind'}
提醒发货
{elseif $step == 'refund'}
申请退款
{template 'goods', 'chip'}

退款原因*

支付密码*

{template 'password', 'chip'}
{elseif $step == 'comment'}
交易评价
{load('player.js')} {load('url2video.js')} {template 'goods', 'chip'}
{loop $lists $k $v}

{$v[title]}

商品评分*

非常好

物流服务*

非常好

商家态度*

非常好

详细评价*

上传图片

上传视频

{/loop}
{elseif $step == 'comment_detail'}
评价详情
{load('player.js')} {template 'goods', 'chip'}
卖家评价
{loop $lists $k $v} {if $k > 0}
{/if} 商品名称:{$v[title]}
{if $comments[$k][buyer_star]} 卖家评分: {$STARS[$comments[$k][buyer_star]]} {if !$comments[$k][seller_reply]}   [解释] {/if}
卖家评价:
{nl2br($comments[$k][buyer_comment])}
评价时间:{timetodate($comments[$k][buyer_ctime], 6)}
{if $comments[$k][seller_reply]} 我的解释:
{nl2br($comments[$k][seller_reply])}
解释时间:{timetodate($comments[$k][seller_rtime], 6)}
{/if} {else} 卖家评价:暂未评价
{/if} {/loop}
我的评价
{loop $lists $k $v} {if $k > 0}
{/if} 商品名称:{$v[title]}
{if $comments[$k][seller_star]} 商品评分: {$STARS[$comments[$k][seller_star]]}
物流服务: {$STARS[$comments[$k][seller_star_express]]}
商家态度: {$STARS[$comments[$k][seller_star_service]]}
买家评价:
{nl2br($comments[$k][seller_comment])}
{if $comments[$k][seller_thumbs]}

{/if} 评价时间:{timetodate($comments[$k][seller_ctime], 6)}
{if $comments[$k][buyer_reply]} 卖家解释:
{nl2br($comments[$k][buyer_reply])}
解释时间:{timetodate($comments[$k][buyer_rtime], 6)}
{/if} {else} 买家评价:暂未评价
{/if} {/loop}
{/if} {elseif $action == 'express'}
我的快递
{loop $lists $v}
{/loop} {if $pages}
{$pages}
{/if} {elseif $action == 'muti'}
批量付款
{loop $lists $k $v}

{$v[title]}

{$v[par]}
{$DT[money_sign]}{$v[price]}x{$v[number]} {$DT[money_sign]}{$v[money]}
{if isset($tags[$v[itemid]])} {loop $tags[$v[itemid]] $i $t}

{$t[title]}

{$t[par]}
{$DT[money_sign]}{$t[price]}x{$t[number]}
{/loop} {/if} {/loop} {if $DT[sms]}

可用短信{$_sms}条 短信通知卖家发货

{/if}

件,计

{else}
我的订单 ▾
{loop $lists $k $v}
{$v[dstatus]}{$v[addtime]} {$v[seller]}
{if isset($tags[$v[itemid]])} {loop $tags[$v[itemid]] $i $t}
{/loop} {/if}
合计:{$DT[money_sign]}{$v[money]}订单号:{$v[itemid]}
{if $v[status] == 0} 关闭交易 {elseif $v[status] == 1} 立即付款 关闭交易 {elseif $v[status] == 2} 提醒发货 申请退款 {elseif $v[status] == 3} {if $v[lefttime]} 确认到货 {if $v[send_type] && $v[send_no]} 快递追踪 {/if} 申请退款 {else} {/if} {elseif $v[status] == 4} {if $MODULE[$v[mid]][module] == 'mall'} {if $v[seller_star]} 评价详情 {else} 评价 {/if} {/if} {elseif $v[status] == 9} 删除订单 {/if} 订单详情
{/loop} {if $pages}
{$pages}
{/if} {/if} {template 'footer', 'member'}