魏熙美 5 år sedan
förälder
incheckning
f066cc1a07
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/pages/building/list/add/components/amap.jsx

+ 1
- 1
src/pages/building/list/add/components/amap.jsx Visa fil

@@ -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 (