<:include file="./common/title.html" websiteName="订单详情 - ${website.websiteName}" keywords="${website.keywords}" description="${website.description}" favicon="${website.favicon}" shop="${shop}"/>
<:include file="./common/header.html" websiteName="${website.websiteName}" websiteLogo="${website.websiteLogo}"/>
<:if test="${orders.status == 0}">
订单还未付款!
<:if test="${orders.status == 2}">
请耐心等待店主发货哦!
<:if test="${orders.status == 1 || orders.status == 3}">
联系方式
${orders.email!orders.contact}
订单号
${orders.member!}
支付状态
<:if test="${orders.status==3}"> 已发货 <:if test="${orders.status==2}"> 待发货 <:if test="${orders.status==1}"> 已支付 <:if test="${orders.status==0}"> 未支付
支付时间
${orders.payTime!}
付款金额
${orders.money!} 元
<:include file="./common/footer.html" websiteName="${website.websiteName}" beianIcp="${website.beianIcp}" shop="${shop}"/> <:include file="./common/js.html"/>