|
@ -132,7 +132,6 @@ const Index = () => { |
|
|
break |
|
|
break |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
console.log(data,'详情数据'); |
|
|
|
|
|
setReportType(data.reportType) |
|
|
setReportType(data.reportType) |
|
|
setProjectType(showPrjType || data.projectType) |
|
|
setProjectType(showPrjType || data.projectType) |
|
|
setProjectName(data.projectName) |
|
|
setProjectName(data.projectName) |
|
@ -618,9 +617,6 @@ const Index = () => { |
|
|
} |
|
|
} |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
console.log(handleType, '==============='); |
|
|
|
|
|
console.log(handle, '--------------'); |
|
|
|
|
|
console.log(handlePic,'**************'); |
|
|
|
|
|
return ( |
|
|
return ( |
|
|
<View className='patrol'> |
|
|
<View className='patrol'> |
|
|
{/* { |
|
|
{/* { |
|
@ -963,7 +959,7 @@ const Index = () => { |
|
|
<View className='patrol-img'> |
|
|
<View className='patrol-img'> |
|
|
处理图片: |
|
|
处理图片: |
|
|
{ |
|
|
{ |
|
|
handle == 'handle' || handleType != '已处理' ? |
|
|
handle == 'handle' || handleType == '已处理' ? |
|
|
<View className='img-box'> |
|
|
<View className='img-box'> |
|
|
{handlePic.map(item => ( |
|
|
{handlePic.map(item => ( |
|
|
<Image className='img' src={item.url} onClick={() => handleImgClicks(undefined, item)} /> |
|
|
<Image className='img' src={item.url} onClick={() => handleImgClicks(undefined, item)} /> |
|
|