diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index 72d8a1ba..d77be206 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -132,7 +132,6 @@ const Index = () => { break } } - console.log(data,'详情数据'); setReportType(data.reportType) setProjectType(showPrjType || data.projectType) setProjectName(data.projectName) @@ -618,9 +617,6 @@ const Index = () => { } }) } - console.log(handleType, '==============='); - console.log(handle, '--------------'); - console.log(handlePic,'**************'); return ( {/* { @@ -963,7 +959,7 @@ const Index = () => { 处理图片: { - handle == 'handle' || handleType != '已处理' ? + handle == 'handle' || handleType == '已处理' ? {handlePic.map(item => ( handleImgClicks(undefined, item)} />