提交 9c626ab8 编写于 作者: d-u-a's avatar d-u-a

fix: app-vue map 组件 polygons

上级 23b4d3dc
......@@ -440,7 +440,7 @@ export default {
const nativeMap = this.map
const nativeMapPolygons = nativeMap.__polygons__
polygons.forEach(polygon => {
nativeMapPolygons.forEach(polygon => {
nativeMap.removeOverlay(polygon)
})
nativeMapPolygons.length = 0
......@@ -450,9 +450,7 @@ export default {
points,
strokeWidth,
strokeColor,
fillColor,
zIndex,
level
fillColor
} = polygon
const plusPoints = []
if (points) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册