xufenglei
2018-11-12 fbec6acd67675d6c7953d6914cb22f5774c742f0
update
1 files modified
6 ■■■■ changed files
src/main/webapp/js/moralmap.js 6 ●●●● patch | view | raw | blame | history
src/main/webapp/js/moralmap.js
@@ -679,9 +679,6 @@
            }
            return new BMap.InfoWindow("", winOpts);
        })();
        if (!showEquipmentInfoWindow) {
            showEquipmentInfoWindow = infoWindow;
        }
        var dataHandle = {
            _getDataOutHtml: function(data) {
                if(data==null||data["state"]==4){
@@ -819,6 +816,9 @@
                return this.getOption()["data"];
            }
        });
        if (!showEquipmentInfoWindow) {
            showEquipmentInfoWindow = infoWindow;
        }
    }
    //储存MonitorPoint对象
    moralMap.putEquipment = function(key, obj) {