瀏覽代碼

修复bug

魏熙美 5 年之前
父節點
當前提交
f066cc1a07
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/pages/building/list/add/components/amap.jsx

+ 1
- 1
src/pages/building/list/add/components/amap.jsx 查看文件

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