From 68aeb1d23fc193543a1925ba29031275b224ee30 Mon Sep 17 00:00:00 2001 From: yezian Date: Sun, 28 Apr 2024 20:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B1=95=E7=A4=BAbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ZonePostMachineReview/index.jsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/pages/ZonePostMachineReview/index.jsx b/src/pages/ZonePostMachineReview/index.jsx index e194f86..52865ef 100644 --- a/src/pages/ZonePostMachineReview/index.jsx +++ b/src/pages/ZonePostMachineReview/index.jsx @@ -60,14 +60,10 @@ const ZonePostMachineReviewContent = (props) => { render: (data) => (

文案审核结果:

-

- {data.text_audit_opinion ? data.text_audit_opinion : "通过"} -

+

{data.text_audit_opinion}


媒体审核结果:

-

- {data.image_audit_opinion ? data.image_audit_opinion : "通过"} -

+

{data.image_audit_opinion}

), }, @@ -193,7 +189,6 @@ const ZonePostMachineReviewContent = (props) => { }), }); const temData = await response.json(); - console.log(temData); if (temData.ret === -1) { alert(temData.msg); return;