Commit ebd7ad1c authored by tangwei's avatar tangwei

修改详情弹出

parent 000f9776
...@@ -55,7 +55,7 @@ export default function markerFactory(WrappedComponent = 'div', options){ ...@@ -55,7 +55,7 @@ export default function markerFactory(WrappedComponent = 'div', options){
*/ */
onMarkerDblClick = (marker, e) => { onMarkerDblClick = (marker, e) => {
debugger debugger
if(marker.name='impEqu_04' ||marker.extData.levelStr==='impEqu_04'){ if(marker.name==='impEqu_04' ||marker.extData.levelStr==='impEqu_04'){
return ; return ;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment