From 88f6eb64bff388f87cc84083287eb4bed49b69e1 Mon Sep 17 00:00:00 2001 From: ww664853070 Date: Wed, 19 Jul 2023 18:38:39 +0800 Subject: [PATCH] =?UTF-8?q?(*)=E6=B3=A8=E9=87=8A=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=92=8C=E7=8A=B6=E6=80=81=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E8=BF=87=E6=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- weapp/src/packages/patrol/index.jsx | 6 ++---- weapp/src/packages/patrolView/index.jsx | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/weapp/src/packages/patrol/index.jsx b/weapp/src/packages/patrol/index.jsx index c718fb41..c2c433e5 100644 --- a/weapp/src/packages/patrol/index.jsx +++ b/weapp/src/packages/patrol/index.jsx @@ -173,7 +173,6 @@ const Index = () => { Taro.request({ url: `https://apis.map.qq.com/ws/geocoder/v1/?location=${res.latitude},${res.longitude}&key=${key}`, success: function (res) { - console.log('地址:::', res); // 根据自己项目需求获取res内容 let addresscity = '' addresscity = @@ -613,7 +612,6 @@ const Index = () => { } }) } - console.log(handleType,'handleType'); return ( {/* { @@ -910,7 +908,7 @@ const Index = () => { } } - { + {/* { videoShow ? '' : { @@ -935,7 +933,7 @@ const Index = () => { } - } + } */} { isView ? isSuperAdmin && diff --git a/weapp/src/packages/patrolView/index.jsx b/weapp/src/packages/patrolView/index.jsx index 8e773d6a..e81fa087 100644 --- a/weapp/src/packages/patrolView/index.jsx +++ b/weapp/src/packages/patrolView/index.jsx @@ -187,7 +187,7 @@ function Index() { - { + {/* { kind == 'anomaly' ? 状态: @@ -195,7 +195,7 @@ function Index() { : '' - } + } */}