{
"detail": {
"y": null
},
"target": {
"offsetTop": 0,
"id": "",
"y": null,
"offsetLeft": 0,
"dataset": {}
},
"currentTarget": {
"offsetTop": 0,
"id": "",
"offsetLeft": 0,
"dataset": {}
},
"changedTouches": [
{
"force": 1,
"identifier": 0
}
],
"timeStamp": 0,
"type": "click",
"touches": [
{
"force": 1,
"identifier": 0
}
],
"preventDefault": "function() { [native code] }",
"stopPropagation": "function() { [native code] }",
"mp": {
"@warning": "mp is deprecated",
"detail": {
"y": null
},
"target": {
"offsetTop": 0,
"id": "",
"y": null,
"offsetLeft": 0,
"dataset": {}
},
"currentTarget": {
"offsetTop": 0,
"id": "",
"offsetLeft": 0,
"dataset": {}
},
"changedTouches": [
{
"force": 1,
"identifier": 0
}
],
"timeStamp": 0,
"type": "click",
"touches": [
{
"force": 1,
"identifier": 0
}
],
"preventDefault": "function() { [native code] }",
"stopPropagation": "function() { [native code] }"
},
"_processed": true
}
1***@qq.com (作者)
安卓上直接点击同样是这个问题,但是可以通过var maps = uni.createMapContext(id, this).$getAppMap();获取原生地图对象来获取,ios app 不行
2023-11-29 09:04