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;