feat: 审核不通过状态

This commit is contained in:
eric
2022-12-10 20:15:35 +08:00
parent 8d6e7f98f7
commit c4310a1be9
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -54,7 +54,7 @@ const details = () => {
});
useEffect(() => {
if (status === "1" || detailStatus !== "1") {
if (status === "1" || detailStatus !== "1" || status === "5") {
setdisable(true);
} else {
setdisable(false);