Pu Zhibing
2 天以前 11d649e0de6490c53efe6df0ee10212ee6088d14
management/guns-admin/src/main/webapp/WEB-INF/view/system/tHomePage/tHomePageMap.html
@@ -88,7 +88,7 @@
        </div>
    </div>
</div>
<script src="${ctxPath}/static/modular/system/tHomePage/tOrder.js"></script>
<script src="${ctxPath}/djadmin/static/modular/system/tHomePage/tOrder.js"></script>
<script src="https://webapi.amap.com/loader.js"></script>
<style type="text/css">
@@ -216,8 +216,8 @@
            M.forEach(function(marker) {
                new AMap.Marker({
                    map: map,
                    icon: marker[2]==301?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-1.png':((marker[2]==109||marker[2]==107||marker[2]==108)?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/c1d2f38187de40daa353fcc70993288e.png':
                            (marker[2]==101?'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-3.png':'//a.amap.com/jsapi_demos/static/demo-center/icons/poi-marker-4.png')
                    icon: marker[2]==301?'//a.amap.com/jsapi_demos/djadmin/static/demo-center/icons/poi-marker-1.png':((marker[2]==109||marker[2]==107||marker[2]==108)?'https://csxdj.obs.cn-south-1.myhuaweicloud.com/c1d2f38187de40daa353fcc70993288e.png':
                            (marker[2]==101?'//a.amap.com/jsapi_demos/djadmin/static/demo-center/icons/poi-marker-3.png':'//a.amap.com/jsapi_demos/djadmin/static/demo-center/icons/poi-marker-4.png')
                    ),
                    position: [marker[0], marker[1]],
                    offset: new AMap.Pixel(-13, -30)