diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index 982456e0..06a7f095 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -617,7 +617,8 @@ const Index = () => { } }) } - console.log(setVideoqn, '==============='); + console.log(handleType, '==============='); + console.log(handle, '--------------'); return ( {/* { @@ -960,7 +961,7 @@ const Index = () => { 处理图片: { - handle == 'handle' ? + handle == 'handle' || handleType != '已处理' ? {handlePic.map(item => ( handleImgClicks(undefined, item)} /> @@ -975,7 +976,7 @@ const Index = () => { onImageClick={handleImgClick} /> : '' } - {handle != 'handle' ? 提交 : ''} + {handle != 'handle' && handleType != '已处理' ? 提交 : ''} : '' }