<%@ 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" %>

  订单详情

订单编号: ${order.oid} 订单时间: ${order.otime}
收件人: ${order.address.aname} 联系电话: ${order.address.aphone}
送货地址: ${order.address.adetail} 总价: ${order.ocount}
商品列表:
序号 商品封面 商品名称 商品评分 商品日期 商品单价 购买数量 小计
${i.count} ${item.product.pname} ${item.product.pstate} ${item.product.ptime} ${item.product.pprice} ${item.inum} ${item.icount}
返回订单列表      
<%@ include file="footer.jsp" %>