From 668c076cd0d8a6b5d90eaa27aaed4b482e904b5d Mon Sep 17 00:00:00 2001 From: RichardWang <948658573@qq.com> Date: Tue, 22 Oct 2024 16:35:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=B9=B3=E5=9D=87=E5=BB=B6?= =?UTF-8?q?=E8=AF=AF=E6=97=B6=E9=97=B4=E5=8F=8A=E5=90=84=E6=95=B0=E5=80=BC?= =?UTF-8?q?=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebContent/default/index.jsp | 10 +++++----- WebContent/default/search.jsp | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WebContent/default/index.jsp b/WebContent/default/index.jsp index b3940f0..d6314b2 100644 --- a/WebContent/default/index.jsp +++ b/WebContent/default/index.jsp @@ -88,7 +88,7 @@ String todaydate = sdf.format(date); <%}else{ %> <%} %> @@ -251,10 +251,10 @@ String todaydate = sdf.format(date);
diff --git a/WebContent/default/search.jsp b/WebContent/default/search.jsp index 4f6195e..f212b5a 100644 --- a/WebContent/default/search.jsp +++ b/WebContent/default/search.jsp @@ -277,10 +277,10 @@
    -
  • 价格:¥<%=flight_info.getF_p() %>
  • -
  • 延误率:<%=flight_info.getF_delay() %>
  • -
  • 餐食:<%=flight_info.getF_food() %>
  • -
  • 座位宽度:<%=flight_info.getF_wide() %>
  • +
  • 价格:¥<%=flight_info.getF_p() %>
  • +
  • 平均延误时间:<%=flight_info.getF_delay() %> min
  • +
  • 餐食:<%=flight_info.getF_food() %>
  • +
  • 座位宽度:<%=flight_info.getF_wide() %> cm