From 9dfe3a62aa270f780a6dd2c46a9af9e6fadb56e8 Mon Sep 17 00:00:00 2001 From: liyansheng <1761724207@qq.com> Date: Sat, 21 Dec 2024 17:11:50 +0800 Subject: [PATCH] =?UTF-8?q?fix<=E4=BC=98=E5=8C=96=E4=B8=8B=E5=8D=95?= =?UTF-8?q?=E9=80=BB=E8=BE=91>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/cart.jsp | 58 ++++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 26 deletions(-) diff --git a/src/main/webapp/cart.jsp b/src/main/webapp/cart.jsp index 1bc9bfb..bc001fd 100644 --- a/src/main/webapp/cart.jsp +++ b/src/main/webapp/cart.jsp @@ -10,35 +10,41 @@

购物车

主页 - - - - - - - - - - - + +
IDNamePriceActions
+ - - - - + + + + - - -
${computer.id}${computer.name}${computer.price} - 移出 - IDNamePriceActions
-
- - - + + + + + ${computer.id} + ${computer.name} + ${computer.price} + + 移出 + + + + + +
+ + + + + + + +

购物车为空,暂无商品可下单。

+



- - + \ No newline at end of file