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