官方说: nvue没有$getAppMap(),请使用createMapContext
但是怎么用啊...试了好多种
onReady() {
let _this = this
let appMap = uni.createMapContext('mapMan', this)
appMap.getScale();
// console.log('地图实例', appMap.getScale(); )
},
也看到不到实例,聚合也不能用,,,
官方说: nvue没有$getAppMap(),请使用createMapContext
但是怎么用啊...试了好多种
onReady() {
let _this = this
let appMap = uni.createMapContext('mapMan', this)
appMap.getScale();
// console.log('地图实例', appMap.getScale(); )
},
也看到不到实例,聚合也不能用,,,
1 个回复
White007
在页面中,必须在 onReady 中调用。
在组件中,必须在 mounted 中调用。