nvue文件中调用map的api
uni.createMapContext("maps",this)
直接报错,各位有没有发现过这个
nvue文件中调用map的api
uni.createMapContext("maps",this)
直接报错,各位有没有发现过这个
请升级 HBuilderX
TypeError: uni.createMapContext("map", this).$getAppMap is not a function. (In 'uni.createMapContext("map", this).$getAppMap()', 'uni.createMapContext("map", this).$getAppMap' is undefined)
onReady() {
var nmap = uni.createMapContext("map", this).$getAppMap();
console.log(nmap)
}
在2.5.1V3里面写的报错
2020-01-22 11:41