页面中报错:result is not defined;但代码中根本没有定义result这个对象,如图
两个函数代码如下,从未定义过result这个变量,git历史版本代码也没有定义过,故肯定不存在旧版本缓存的可能性:
regionchange(e) {
let self=this;
if(e.type==='end') {
if(this.recover){
this.loadData(this.mapLat, this.mapLng);
} else if(this.recover!==''){
this.mapCtx.getCenterLocation({
success: function(res){
self.loadData(res.latitude, res.longitude);
}
})
}
}}
onReady(e) {
// 使用 wx.createMapContext 获取 map 上下文
this.mapCtx = wx.createMapContext('map');
// his.mapCtx.moveToLocation();
}
你好,请确认代码无误,若问题还是存在,请提供APPID