xufenglei
2018-11-14 b8075e6084e911ca02b73de09bc5f7f5d98d1ccf
update
1 files modified
16 ■■■■ changed files
src/main/webapp/view/map.jsp 16 ●●●● patch | view | raw | blame | history
src/main/webapp/view/map.jsp
@@ -263,12 +263,12 @@
    border: 0;
    height: 85px;
    width: 85px;
    background:url(/img/charts_btn_bg_1.png) left top no-repeat;
    background:url(/screen_api_v2/img/charts_btn_bg_1.png) left top no-repeat;
    background-size: 70%;
 }
 .tools_box .charts_btn:hover {
     cursor:pointer;
     background:url(/img/charts_btn_bg_2.png) left top no-repeat;
     background:url(/screen_api_v2/img/charts_btn_bg_2.png) left top no-repeat;
     background-size: 70%;
 }
</style>
@@ -642,6 +642,18 @@
                                    }
                                }
                            }
                            var equ = {
                                        methodName : 'refreshState',
                                        markers : markers,
                                        layer : layer
                                    }
                            var equStr = JSON.stringify(equ);
                            if(window["console"]!=undefined){
                            }
                                  if(!!window['external']&&!!window['external']['callWin']){
                                      window['external'].callWin(equStr);
                            }
                        }
                        if(resultMap["popupEquStates"]!=null){
                            listView.refreshState(resultMap["popupEquStates"]);