From 8854fcdeb3a058112cadbbf21803241c3cda364a Mon Sep 17 00:00:00 2001
From: pqb79cn6t <2096471989@qq.com>
Date: Sat, 29 Apr 2023 20:54:41 +0800
Subject: [PATCH] Update cartPage.jsp
---
.../jsp/include/fore/cart/cartPage.jsp | 74 +++++++++++++++++++
1 file changed, 74 insertions(+)
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