{template '_header'}
商品图 | 商品名 |
---|---|
|
{$teaminfo['title']} |
{if $teaminfo['success']== 0 && $teaminfo['status']> 0}拼团中{/if} {if $teaminfo['success']== 1}拼团成功{/if} {if $teaminfo['success']== -1}拼团失败{/if}
{$teaminfo['teamid']}
{$total}/{$teaminfo['groupnum']}
{$member['nickname']}
{if $teaminfo['discount']}- ¥{$teaminfo['discount']}{else}暂无优惠{/if}
买家 | 支付/配送/退款 | 金额 | 下单时间 | 状态 | |
订单编号: {$item['orderno']} | 查看详情 | ||||
{if $item['pay_type']=='wechat'}
微信支付
{elseif $item['pay_type']=='credit'}
余额支付
{elseif $item['pay_type']=='alipay'}
支付宝支付
{elseif $item['pay_type']=='other'}
其他
{elseif $item['pay_type']=='system'}
系统虚拟
{elseif $item['pay_type']==''}
未付款
{/if}
{if $item['isverify'] == 1} 线下核销 {elseif !empty($item['addressid'])} 快递 {elseif !empty($item['isvirtualsend']) || !empty($item['virtual'])} 自动发货{if !empty($item['isvirtualsend'])}(虚拟物品){else}(虚拟卡密){/if} {elseif $item['dispatchtype']} 自提 {else} 其他 {/if} {if $item['refundtime']} 已退款 {/if} |
¥ {php echo number_format($item['price']+$item['freight'],2)}
(含运费:¥ {php echo number_format( $item['freight'],2)}) |
{php echo date('Y-m-d',$item['createtime'])} {php echo date('H:i:s',$item['createtime'])} |
{if $item['deleted'] == 1}
用户已删除
{else}
{if $item['status'] == 0}待付款{/if}
{if $item['status'] == 1 && $item['success'] == 0}已付款{/if}
{if $item['status'] == 1 && $item['success'] == -1}待退款{/if}
{if $item['status'] == 1 && $item['success'] == 1}待发货{/if}
{if $item['status'] == 2}待收货{/if}
{if $item['status'] == 3}已完成{/if}
{if $item['status'] == -1}已取消{/if}
{/if}
{if $item['status'] == 1 && $item['success'] == 1} 确认发货 {/if} {if $item['success'] == -1} {/if} |
||