From 7379b6f01e3a1352859e3fdbc4d29f1b76903bad Mon Sep 17 00:00:00 2001 From: liujiangyong Date: Fri, 4 Aug 2023 11:43:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=81=A2=E5=A4=8D=20=E5=85=BB=E6=8A=A4?= =?UTF-8?q?=E4=B8=AD=20=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index fa71b055..44276273 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -1329,26 +1329,25 @@ const Index = () => { /> } + + + 养护中 + { - isView && isBeforeReport ? <> - - - 养护中 - + isView ? {conserveUnderwayPic.map(item => ( handleImgClick(undefined, item)} /> ))} - - : null - // = 3 ? false : true} - // files={conserveUnderwayPic} - // onChange={(files, operationType, index) => handleImgChange(files, operationType, index, 'conserveUnderwayPic')} - // onImageClick={handleImgClick} - // /> + : + = 3 ? false : true} + files={conserveUnderwayPic} + onChange={(files, operationType, index) => handleImgChange(files, operationType, index, 'conserveUnderwayPic')} + onImageClick={handleImgClick} + /> }