From 95fe28b1b3c8050c87c8c79478ebe824397b263c Mon Sep 17 00:00:00 2001 From: liyansheng <1761724207@qq.com> Date: Tue, 14 Jan 2025 16:01:14 +0800 Subject: [PATCH] =?UTF-8?q?add<=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/addComputer.jsp | 53 ++++++++--- src/main/webapp/cart.jsp | 139 +++++++++++++++------------ src/main/webapp/checkOrder.jsp | 75 ++++++++++++--- src/main/webapp/computerList.jsp | 156 +++++++++++++++++-------------- src/main/webapp/editComputer.jsp | 56 ++++++++--- src/main/webapp/index.jsp | 75 +++++++++------ src/main/webapp/login.jsp | 64 +++++++++---- src/main/webapp/msg.jsp | 41 +++++--- src/main/webapp/myOrder.jsp | 125 ++++++++++++++----------- src/main/webapp/orders.jsp | 146 ++++++++++++++++------------- src/main/webapp/register.jsp | 70 +++++++++----- src/main/webapp/result.jsp | 26 ++++-- src/main/webapp/userList.jsp | 125 ++++++++++++++----------- 13 files changed, 716 insertions(+), 435 deletions(-) diff --git a/src/main/webapp/addComputer.jsp b/src/main/webapp/addComputer.jsp index 9cdd57a..10ca626 100644 --- a/src/main/webapp/addComputer.jsp +++ b/src/main/webapp/addComputer.jsp @@ -1,24 +1,53 @@ <%@ page contentType="text/html; charset=UTF-8" language="java" %> +
你好!${sessionScope.user.username}
-ID | +名称 | +价格 | +操作 | +
---|---|---|---|
${computer.id} | +${computer.name} | +${computer.price} | ++ 移出 + | +
请登录后查看更多内容~
-ID | -Name | -Price | -Actions | -
---|---|---|---|
${computer.id} | -${computer.name} | -${computer.price} | -- 移出 - | -
购物车为空,暂无商品可下单。
-