{template 'header', 'member'}
{if $action == 'update'}
{if $step == 'detail'}
{if !in_array($td[status], array(8, 9))}
买家下单 |
买家付款 |
卖家发货 |
{if $td[status] == 5 || $td[status] == 6}
申请退款 |
退款成功 |
{else}
交易成功 |
双方互评 |
{/if}
 |
 |
 |
 |
 |
{/if}
{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}
订单详情
{elseif $step == 'express'}
{template 'goods', 'chip'}
快递信息
{elseif $step == 'edit_price'}
{template 'goods', 'chip'}
修改订单
{elseif $step == 'send_goods'}
{elseif $step == 'add_time'}
{elseif $step == 'refund_agree'}
{elseif $step == 'comment'}
{elseif $step == 'comment_detail'}
{template 'goods', 'chip'}
买家评价
{loop $lists $k $v}
商品名称 |
{$v[title]} |
{if $comments[$k][seller_star]}
买家评分 |
{$STARS[$comments[$k][seller_star]]}
{if $_username == $td[seller] && !$comments[$k][buyer_reply]}
[解释]
{/if}
|
买家评论 |
{nl2br($comments[$k][seller_comment])} |
评论时间 |
{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}
我的评价
{loop $lists $k $v}
商品名称 |
{$v[title]} |
{if $comments[$k][buyer_star]}
卖家评分 |
{$STARS[$comments[$k][buyer_star]]} |
卖家评论 |
{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}
{/if}
{elseif $action == 'express'}
快递公司 |
快递单号 |
快递状态 |
下单时间 |
更新时间 |
订单 |
{loop $lists $k $v}
{$v[send_type]} |
{$v[send_no]} |
{$v[dstatus]} |
{$v[addtime]} |
{$v[updatetime]} |
查看 |
{/loop}
{$pages}
{elseif $action == 'muti'}
{else}
{$pages}
{/if}
{template 'footer', 'member'}