diff --git a/src/main/webapp/WEB-INF/jsp/include/fore/cart/cartPage.jsp b/src/main/webapp/WEB-INF/jsp/include/fore/cart/cartPage.jsp
index ee9ee08..477e65a 100644
--- a/src/main/webapp/WEB-INF/jsp/include/fore/cart/cartPage.jsp
+++ b/src/main/webapp/WEB-INF/jsp/include/fore/cart/cartPage.jsp
@@ -3,4 +3,78 @@
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8" isELIgnored="false"%>
+
+
+

+
+
+
+
+
+
+
+ yyyy-MM-dd HH:mm:ss
+
+
+
+
+
+
订单信息
+
+
+ 宝贝 |
+ 单价 |
+ 数量 |
+ 商品总价 |
+ 运费 |
+
+
+
+  |
+
+ ${oi.product.name}
+ |
+ ¥ |
+ 1 |
+ ¥ |
+ 快递 : 0.00 |
+
+
+
+
+
+ 实付款: ¥
+
+
+
+
+
+
+
+
+ 订单编号: |
+ ${o.orderCode}  |
+
+
+ 卖家昵称: |
+ 天猫商铺 |
+
+
+ 收货信息: |
+ ${o.address},${o.receiver}, ${o.mobile},${o.post} |
+
+
+ 成交时间: |
+ |
+
+
+
+
+
+
\ No newline at end of file