From aa645b18dfda1f334a44bbc7ff92dfd982726a2d Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Thu, 20 Jul 2023 17:54:03 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E5=8E=BB=E9=99=A4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E5=9B=BE=E7=89=87=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 != '已处理' ? 提交 : ''} : '' }