魏熙美 hace 5 años
padre
commit
f066cc1a07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/pages/building/list/add/components/amap.jsx

+ 1
- 1
src/pages/building/list/add/components/amap.jsx Ver fichero

@@ -81,7 +81,7 @@ class Amap extends React.Component {
81 81
   render() {
82 82
     const { value } = this.props
83 83
     if (value) {
84
-      this.markerInstance.setPosition(value.split(','))
84
+     // this.markerInstance.setPosition(value.split(','))
85 85
     }
86 86
 
87 87
     return (