wwy
wwy
  • 发布:2024-11-05 15:51
  • 更新:2024-11-05 15:52
  • 阅读:95

微信小程序 map @callouttap事件在手机端和模拟器上都正常,在电脑端不触发?

分类:uni小程序sdk
<map id="my-map" ref="my-map" :markers="covers" :circles="circles" :polyline="polyline" :show-location="true" latitude="centerlatitude" :longitude="centerlongitude" scale="13" 1. @callouttap="callouttap" enable-scroll="!show1||!show3" :enable-zoom="!show1||!show3"> <cover-view slot="callout" v-if="type == 0">
<block v-for="(item,index) in covers" :key="index">
<cover-view class="customCallout" :class="item.active ? 'pointactive' : ''" :marker-id="item.id"
style="display: flex;padding: 10rpx;font-size: 22rpx;border-radius: 80rpx;box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(0, 0, 0, 0.1608)">
<cover-image class="img"
src="https://image.welifec.com/default_project/image/icon/static1/images/map/flower.png"
style="width: 30rpx;height: 30rpx;"></cover-image>
<cover-view class="content">
{{item.title}}
</cover-view>
</cover-view>
</block>
</cover-view><map id="my-map" ref="my-map" :markers="covers" :circles="circles" :polyline="polyline" :show-location="true" latitude="centerlatitude" :longitude="centerlongitude" scale="13" 1. @callouttap="callouttap" enable-scroll="!show1||!show3" :enable-zoom="!show1||!show3"> <cover-view slot="callout" v-if="type == 0">
<block v-for="(item,index) in covers" :key="index">
<cover-view class="customCallout" :class="item.active ? 'pointactive' : ''" :marker-id="item.id"
style="display: flex;padding: 10rpx;font-size: 22rpx;border-radius: 80rpx;box-shadow: 0rpx 6rpx 12rpx 0rpx rgba(0, 0, 0, 0.1608)">
<cover-image class="img"
src="https://image.welifec.com/default_project/image/icon/static1/images/map/flower.png"
style="width: 30rpx;height: 30rpx;"></cover-image>
<cover-view class="content">
{{item.title}}
</cover-view>
</cover-view>
</block>
</cover-view>
2024-11-05 15:51 负责人:无 分享
已邀请:
wwy

wwy (作者)

markers已传id,在手机上还有模拟器都正常,就是真机模拟运行在PC端点击不了

要回复问题请先登录注册