使用产品:iserver 11i 操作系统:win10x64 数据类型: postgre sql 问题详细描述:1、
this.map.on('click', function(e) {
this.pointlayer = L.marker([e.latlng.lat, e.latlng.lng], {icon: Icon}).addTo(this.map)
})
报错:Uncaught TypeError:Cannot read property 'addLayer' of undefined at NewClass.addTo
问题重现步骤: 1.