{template 'common/header'}
买家已下单
{php if(!empty($info['createtime']))echo date('Y-m-d H:i:s',$info['createtime']);}
买家己付款
{php if(!empty($info['paytime']))echo date('Y-m-d H:i:s',$info['paytime']);}
等待卖家发货
{php if(!empty($info['sendtime']))echo date('Y-m-d H:i:s',$info['sendtime']);}
卖家己发货
{php if(!empty($info['sendtime']))echo date('Y-m-d H:i:s',$info['sendtime']);}
交易完成
{php if(!empty($info['finishtime']))echo date('Y-m-d H:i:s',$info['finishtime']);}