Browse Source

fix: ci

pull/1/head
高志龙 3 years ago
parent
commit
dc837c6df0
  1. 2
      public/static/qm/MainMap_QM.js

2
public/static/qm/MainMap_QM.js

@ -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; //当前使用的电梯

Loading…
Cancel
Save