From 923a65528fd6d89d7c290f1677853467d8939781 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Fri, 4 Aug 2023 22:14:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=85=BB=E6=8A=A4=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=81=93=E8=B7=AF=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../containers/footer/conserve/right/right-top.js | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js b/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js index 50beed0d..109a8560 100644 --- a/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js +++ b/web/client/src/sections/quanju/containers/footer/conserve/right/right-top.js @@ -74,8 +74,16 @@ const RightTop = (props) => { }}> {beijing == index ? : ""} {beijing == index ? : ""} -

{item?.user?.name || '--'}

-

{item.road ? item.road : "--"}

+

{item?.user?.name || '--'}

+

{item.road ? item.road : "--"}

{ item.time ? @@ -113,7 +121,7 @@ const RightTop = (props) => { ) }) } - + ) }