%@ 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"%>
日期 |
商品名 |
金额 |
状态 |
<%-- 详情 | --%>
订单号 |
${sessionScope.year}.${sessionScope.month}.${sessionScope.day}
|
${sessionScope.cartItem.name}
|
0.00
${sessionScope.cartItem.totalPrice}
|
<%-- 未发货--%>
未下单
已下单
|
${sessionScope.orderId}
|
<%-- --%>
<%-- --%>
<%-- --%>
<%--静态包含:页脚--%>
<%@include file="/pages/common/footer.jsp"%>