<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 我的订单 <%--静态包含:base标签,css样式,js脚本--%> <%@ include file="/pages/common/head.jsp"%>
<%-- --%> <%-- --%> <%-- --%> <%----%> <%-- 原始的订单显示页面--%> <%-- <%– –%> <%– –%> <%– –%> --%> <%-- --%>
日期商品名金额 状态详情订单号
${orderList.create_time} ${orderList.price} ${orderList.status} ${orderList.order_id}
${sessionScope.year}.${sessionScope.month}.${sessionScope.day} ${sessionScope.cartItem.name} 0.00 ${sessionScope.cartItem.totalPrice} <%–<%– 未发货–%>–%> <%– –%> <%– 未下单–%> <%– –%> <%– –%> <%– 已下单–%> <%– –%> 未发货 ${sessionScope.orderId}
<%--静态包含:页脚--%> <%@include file="/pages/common/footer.jsp"%>