From 4c4cdc2c86c74713babb88e1b05f580416e44d16 Mon Sep 17 00:00:00 2001 From: liuxiaomeiDcloud Date: Tue, 9 Nov 2021 07:29:34 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/component/map.md.=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=AB=AF?= =?UTF-8?q?label=E5=9D=90=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/component/map.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/component/map.md b/docs/component/map.md index 20c71e23c..f9276d5c7 100644 --- a/docs/component/map.md +++ b/docs/component/map.md @@ -102,8 +102,10 @@ |content|文本|String|| |color|文本颜色|String|App-nvue 2.1.5+、微信小程序、H5、百度小程序| |fontSize|文字大小|Number|App-nvue 2.1.5+、微信小程序、H5、百度小程序| -|x|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、微信小程序、H5、百度小程序| -|y|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、微信小程序、H5、百度小程序| +|x|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、H5、百度小程序| +|y|label的坐标,原点是 marker 对应的经纬度|Number|App-nvue 2.1.5+、H5、百度小程序| +|anchorX|label的坐标,原点是 marker 对应的经纬度|Number|微信小程序| +|anchorY|label的坐标,原点是 marker 对应的经纬度|Number|微信小程序| |borderWidth|边框宽度|Number|微信小程序、百度小程序| |borderColor|边框颜色|String|微信小程序、百度小程序| |borderRadius|边框圆角|Number|App-nvue 2.1.5+、微信小程序、百度小程序| -- GitLab