Merge pull request '广场动态增加状态判断' (#15) from anln_1.0 into main
Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_op/pulls/15
This commit is contained in:
commit
d66c3a5e8d
|
@ -168,6 +168,14 @@ const PostMachineReviewContent = (props) => {
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
if (!item?.status) {
|
||||||
|
return (
|
||||||
|
<p key={index} className="text-green-400">
|
||||||
|
正在审核中...
|
||||||
|
</p>
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div key={index}>
|
<div key={index}>
|
||||||
<p className="text-red-400">图{index + 1}违规情况:</p>
|
<p className="text-red-400">图{index + 1}违规情况:</p>
|
||||||
|
|
Loading…
Reference in New Issue