From ffc9f497ed62c2d0814dfdf64c80c2f8fd8a769f Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 17 Jun 2021 22:31:05 +0800
Subject: [PATCH] 1.警情点击当前位置时,地图定位到当前位置点 2.警情信息调整,样式修改,信息上下拉动bug修复
---
xcxjingqingmap_patrol/js/move.js | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/xcxjingqingmap_patrol/js/move.js b/xcxjingqingmap_patrol/js/move.js
index 510ece3..13953e4 100644
--- a/xcxjingqingmap_patrol/js/move.js
+++ b/xcxjingqingmap_patrol/js/move.js
@@ -82,8 +82,6 @@
});
that.div.on('touchend', function() { //抬起重置
console.log("触摸停止")
- console.log(that.__yy, 123)
- console.log(that.__sy, 124)
once = true; //抬起重置鼠标点击位置
var chous = null;
if (that.state == 'down') { //两种模式
--
Gitblit v1.9.3