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