提交 c7a73689 作者: 曹云

改-首页-非空判断

上级 cf7b5788
......@@ -380,7 +380,7 @@ export default function WaterfallFlowBody() {
{item}
</div>
))
: resultList[index].map((item, indexer) => {
: resultList[index]?.map((item, indexer) => {
return (
<div
key={item.categoryName}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论