|
|
@ -1211,7 +1211,7 @@ MainMap_QM = function (callBack, options) { |
|
|
document.getElementById(options.containerId || "mapContainer").addEventListener("touchmove", this.disPlayEvent, false); |
|
|
document.getElementById(options.containerId || "mapContainer").addEventListener("touchmove", this.disPlayEvent, false); |
|
|
|
|
|
|
|
|
document.getElementById(options.containerId || "mapContainer").addEventListener('click', this.onMouseClickBox, false); //地图点击
|
|
|
document.getElementById(options.containerId || "mapContainer").addEventListener('click', this.onMouseClickBox, false); //地图点击
|
|
|
document.addEventListener('rezise', this.changeDocmentResize, false); //窗口变化
|
|
|
|
|
|
|
|
|
document.addEventListener('resize', this.changeDocmentResize, false); //窗口变化
|
|
|
this.mapArr = []; |
|
|
this.mapArr = []; |
|
|
this.selectShop; |
|
|
this.selectShop; |
|
|
this.selectEle = null; //当前使用的电梯
|
|
|
this.selectEle = null; //当前使用的电梯
|
|
|
|