{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 !$comments[$k][buyer_reply]}
[解释]
{/if}
|
| 物流服务 |
{$STARS[$comments[$k][seller_star_express]]} |
| 商家态度 |
{$STARS[$comments[$k][seller_star_service]]} |
| 买家评价 |
{nl2br($comments[$k][seller_comment])} |
{if $comments[$k][seller_thumbs]}
| 买家图片 |
{loop $comments[$k][seller_thumbs] $v}
{/loop}
|
{/if}
{if $comments[$k][seller_video]}
| 买家视频 |
|
{/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}
我的评价
{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'}