用map组件的circles功能,使用color属性在ios无效
发布于 6 年前 作者 wanyan 8096 次浏览 来自 问答

用map组件的circles功能,使用color属性在ios无效

3 回复

请问这个问题解决了吗

<map  id=“myMap” longitude="{{point.longitude}}" latitude="{{point.latitude}}" circles="{{circles}}"  controls="{{controls}}" bindcontroltap=“controltap” markers="{{markers}}" scale=“13”    bindregionchange=“regionchange” show-location style=“width: 100%; height: {{windowWidth}}px;”>

</map>

this.setData({

circles :

{

latitude: this.data.lat,

longitude: this.data.lng,

radius: Number(radius),

fillColor: “#ff75001f”,

color:"#fff0",

strokeWidth : 0

}

})

回到顶部