<map id="map" :longitude="params.longitude" :latitude="params.latitude" :markers="markers" @callouttap="callouttap" show-location>
<cover-view slot="callout">
<cover-view v-for="item in markers" :key="item.id">
<cover-view :marker-id="item.id" class="callout-item">
<cover-view class="item-container" :style="{ 'border-color': activeMarkId === item.id ? '#fe564d' : 'transparent' }"></cover-view>
</cover-view>
</cover-view>
</cover-view>
</map>
callouttap(e) {
this.activeMarkId = e.detail.markerId
}
typeError (作者)
好像原生小程序也有这问题
2024-08-30 10:01
唐家三少
回复 1***@qq.com: 那就去微信社区反馈吧,uni也没办法。
2024-08-30 18:50