diff --git a/src/pages/Wall/index.tsx b/src/pages/Wall/index.tsx index e694801..f0cdc13 100644 --- a/src/pages/Wall/index.tsx +++ b/src/pages/Wall/index.tsx @@ -162,7 +162,7 @@ const WallPage = () => { setIsModalOpen(false)} footer={null}>
-
留言时间: {dayjs(wall?.createTime).format("YYYY-MM-DD HH:mm:ss")}
+
留言时间: {dayjs(+wall?.createTime!).format("YYYY-MM-DD HH:mm:ss")}
留言用户: {wall?.name}
内容: {wall?.content}