1***@qq.com
1***@qq.com
  • 发布:2021-08-18 11:41
  • 更新:2021-08-18 11:41
  • 阅读:299

nvue map controltap 点击无效

分类:uni-app

nvue map controltap 点击无效

<map class="gaode-map" latitude="latitude" longitude="longitude" scale="scale" markers="markers" controls="controls" show-location="true"
@markertap="markertap"
@controltap="controltap"
></map>

controls: [
{ //在地图上显示控件,控件不随着地图移动
id: 1, //控件id
iconPath: '../../static/img/map-top1.png', //显示的图标
position: { //控件在地图的位置
left: 310,
top: 8,
},
}
]

controltap:function(res){
// 点击不生效,没有打印出来
console.log('controltap',res)
}

2021-08-18 11:41 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复