feat: 审核不通过状态
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -54,7 +54,7 @@ const details = () => {
|
||||
});
|
||||
|
||||
useEffect(() => {
|
||||
if (status === "1" || detailStatus !== "1") {
|
||||
if (status === "1" || detailStatus !== "1" || status === "5") {
|
||||
setdisable(true);
|
||||
} else {
|
||||
setdisable(false);
|
||||
|
||||
Reference in New Issue
Block a user