在自定义组件内使用map组件,
通过wx.createMapContext 获取地图上下文,this.mapCtx.getRotate() success、fail、complete回调均未执行,没有报错。
通过this.createSelectoryQuery() 同样没有执行回调
this.createSeletoryQuery().select('#myMap').context(res => {
const mapCtx = res.context
mapCtx.getScale({success() {console.log('success')}})
})