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

fix(H5): maps.Circle options

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