提交 c77dd3e9 作者: 翁进城

论坛优化

上级 e97d0d9e
...@@ -175,11 +175,11 @@ export default function Forum() { ...@@ -175,11 +175,11 @@ export default function Forum() {
<Image <Image
alt="" alt=""
className={styles.headImg} className={styles.headImg}
src={item.userBaseInfo.userImg} src={item.userBaseInfo?.userImg}
></Image> ></Image>
<div className={styles.info}> <div className={styles.info}>
<div className={styles.name}> <div className={styles.name}>
{item.userBaseInfo.nickName} {item.userBaseInfo?.nickName}
</div> </div>
<div className={styles.desc}>{item.description}</div> <div className={styles.desc}>{item.description}</div>
<div className={styles.imgs}> <div className={styles.imgs}>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论