-
拍下商品
{{if !empty($data.add_time)}}{{$data.add_time}}
{{/if}} -
{{if $data['status'] GT 1}}{{else /}}2{{/if}}
付款
{{if !empty($data.pay_time)}}{{$data.pay_time}}
{{/if}} -
{{if $data['status'] GT 2}}{{else /}}3{{/if}}
卖家发货
{{if !empty($data.delivery_time)}}{{$data.delivery_time}}
{{/if}} -
{{if $data['status'] GT 3}}{{else /}}4{{/if}}
确认收货
{{if !empty($data.collect_time)}}{{$data.collect_time}}
{{/if}} -
{{if $data['user_is_comments'] GT 0}}{{else /}}5{{/if}}
评价
{{if !empty($data.user_is_comments_time)}}{{$data.user_is_comments_time}}
{{/if}}
{{$data.status_name}}
商品信息 |
---|
{{$goods.title}}
{{if !empty($goods.spec) or !empty($goods['model'])}}
{{if $goods['original_price'] gt 0}}
¥{{$goods.original_price}}
{{/if}}
¥{{$goods.price}}
x{{$goods.buy_number}}
{{if isset($goods['returned_quantity']) and $goods['returned_quantity'] gt 0}}
已退 {{$goods.returned_quantity}}
{{/if}}
|