小程序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 })