提交 38373e74 编写于 作者: Q qiang

fix(H5): maps.Circle options

上级 fa534559
......@@ -752,9 +752,9 @@ export default {
center,
clickable: false,
radius: option.radius,
strokeWeight: option.strokeWidth,
fillColor: getColor(option.fillColor),
strokeColor: getColor(option.color),
strokeWeight: Number(option.strokeWidth) || 1,
fillColor: getColor(option.fillColor) || getColor('#00000001'),
strokeColor: getColor(option.color) || '#000000',
strokeDashStyle: 'solid'
})
circles.push(circle)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册