From 2f7d1c76b799f262d40cb0ce58a21ca55abe5151 Mon Sep 17 00:00:00 2001
From: al
Date: Fri, 22 Nov 2024 16:47:51 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B9=BF=E5=9C=BA=E5=8A=A8=E6=80=81=E5=A2=9E?=
=?UTF-8?q?=E5=8A=A0=E7=8A=B6=E6=80=81=E5=88=A4=E6=96=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/pages/PostMachineReview/index.jsx | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/src/pages/PostMachineReview/index.jsx b/src/pages/PostMachineReview/index.jsx
index f28fc4e..0503def 100644
--- a/src/pages/PostMachineReview/index.jsx
+++ b/src/pages/PostMachineReview/index.jsx
@@ -168,6 +168,14 @@ const PostMachineReviewContent = (props) => {
);
}
+ if (!item?.status) {
+ return (
+
+ 正在审核中...
+
+ );
+ }
+
return (