收藏
回答

小程序Map circle不能动态渲染 修改了 radius的值 但是地图上没变化?

<map

:class="$style.map"

:style="mapStyle"

id="map"

:latitude="latitude"

:longitude="longitude"

:scale="scale"

:show-location="true"

enable-rotate

:circles="drawCircles"

@markertap="markTap"

@callouttap="markTap"

@regionchange="regionchange"

/>


this.drawCircles.push({

latitude: this.latitude,

longitude: this.longitude,

fillColor: "rgba(60,110,240,0.1)",

color: 'rgba(60,110,240,0.1)', // 圆的边框颜色

radius: this.queryModel.distance

})



回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    星期四 10:00

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    星期四 10:00
    有用
    回复
登录 后发表内容