From 883839e97c82a745d5a28282b7283f25a9dfd3f3 Mon Sep 17 00:00:00 2001 From: yovinchen Date: Wed, 2 Jul 2025 22:39:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/cart.jsp | 585 ++++++++++++ .../webapp/WEB-INF/views/flashsale-detail.jsp | 873 +++++++++++++++++ src/main/webapp/WEB-INF/views/flashsales.jsp | 889 ++++++++++++++++++ src/main/webapp/WEB-INF/views/orders.jsp | 631 +++++++++++++ src/main/webapp/WEB-INF/views/products.jsp | 501 ++++++++++ 5 files changed, 3479 insertions(+) create mode 100644 src/main/webapp/WEB-INF/views/cart.jsp create mode 100644 src/main/webapp/WEB-INF/views/flashsale-detail.jsp create mode 100644 src/main/webapp/WEB-INF/views/flashsales.jsp create mode 100644 src/main/webapp/WEB-INF/views/orders.jsp create mode 100644 src/main/webapp/WEB-INF/views/products.jsp diff --git a/src/main/webapp/WEB-INF/views/cart.jsp b/src/main/webapp/WEB-INF/views/cart.jsp new file mode 100644 index 0000000..f6623e8 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/cart.jsp @@ -0,0 +1,585 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+
+
+ +
+
+ + +
+
+
+
+
+ 我的购物车 +
+
+ +
+
+ +
+ +
+ +

加载购物车中...

+
+ + + + + + +
+
+
+
+ + +
+
+
+ 猜你喜欢 +
+
+ +
+
+
+
+ + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/flashsale-detail.jsp b/src/main/webapp/WEB-INF/views/flashsale-detail.jsp new file mode 100644 index 0000000..fa996a6 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/flashsale-detail.jsp @@ -0,0 +1,873 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+ +
+
+ +
+
+ + +
+ +

加载秒杀详情中...

+
+ + + + + + +
+ + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/flashsales.jsp b/src/main/webapp/WEB-INF/views/flashsales.jsp new file mode 100644 index 0000000..4876fce --- /dev/null +++ b/src/main/webapp/WEB-INF/views/flashsales.jsp @@ -0,0 +1,889 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+ +
+
+ + +
+

+ 秒杀活动 + 限时抢购,先到先得 +

+
+ + + + +
+
+
+
+ + +
+
+
+
+
+
+ +
+
+ +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+ + +
+
+
+
+ +
0
+

即将开始

+
+
+
+
+
+
+ +
0
+

正在抢购

+
+
+
+
+
+
+ +
0
+

热门活动

+
+
+
+
+
+
+ +
0
+

已结束

+
+
+
+
+ + +
+
+ +
+ +

加载秒杀活动中...

+
+ + + + + + + + + +
+
+
+ + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/orders.jsp b/src/main/webapp/WEB-INF/views/orders.jsp new file mode 100644 index 0000000..8fd45ea --- /dev/null +++ b/src/main/webapp/WEB-INF/views/orders.jsp @@ -0,0 +1,631 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + +
+
+
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ +
+
+
+ + +
+
+
+ +
+
+
+
+
+
+ + +
+
+
+
+
+ 我的订单 +
+
+ +
+ +
+ +

加载订单中...

+
+ + + + + +
+ + + +
+
+
+
+
+ + + + + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/products.jsp b/src/main/webapp/WEB-INF/views/products.jsp new file mode 100644 index 0000000..6133448 --- /dev/null +++ b/src/main/webapp/WEB-INF/views/products.jsp @@ -0,0 +1,501 @@ +<%@ page contentType="text/html;charset=UTF-8" language="java" %> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="fn" uri="http://flashsale.org/functions" %> + + +<%@ include file="common/header.jsp" %> + + + +
+ +
+
+

+ + 商品列表 +

+

发现更多优质商品

+
+
+ + +
+
+
+
+ + +
+
+
+ +
+
+ +
+
+ +
+
+
+ + +
+
+ 加载中... +
+

正在加载商品...

+
+ + +
+ +
+ + + + + + +
+ + + + + + +<%@ include file="common/footer.jsp" %> \ No newline at end of file