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) => { ) }) } - + ) }