From 7e1bf467aeddc053701b22605be47130abcba851 Mon Sep 17 00:00:00 2001 From: vijay-huang Date: Mon, 25 May 2020 14:37:58 +0800 Subject: [PATCH] =?UTF-8?q?#=20=E9=9A=90=E8=97=8F=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E5=BC=B9=E7=AA=97=E7=9A=84=E5=8C=BA=E5=9F=9F=E5=92=8C=E9=A9=BE?= =?UTF-8?q?=E8=BD=A6=E8=A7=84=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/counter/map2.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/counter/map2.vue b/src/views/counter/map2.vue index ccf146e..ee370fa 100644 --- a/src/views/counter/map2.vue +++ b/src/views/counter/map2.vue @@ -172,10 +172,10 @@ export default { content.push('
' + item.count + '
') content.push('
时间:' + curTime + '
') content.push('
信号:' + item.signal + '电量:' + item.energy + '
') - content.push('
区域:尖沙咀
\n') - if (drivingButton) { - content.push('') - } + // content.push('
区域:尖沙咀
\n') + // if (drivingButton) { + // content.push('') + // } const infoWindow = new AMap.InfoWindow({ isCustom: true, closeWhenClickMap: true,