<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> 锋迷网-订单详情 <%@ include file="header.jsp" %>

  订单详情

订单编号: ${od.id} 订单时间: ${od.createtime}
收件人: ${od.name} 联系电话: ${od.phone}
送货地址: ${od.detail} 总价: ${od.money}
商品列表:
序号 商品封面 商品名称 商品评分 商品日期 商品单价 购买数量 小计
${i.count} ${item.name} ${item.star} ${item.pubdate} ${item.price} ${item.num} ${item.money}
返回订单列表   
<%@ include file="footer.jsp" %>