真机调试模式下有如下问题:
console.log( this.data); 输出下面这个对象
{
BJData: null
canvasId: “mychart-area”
cityName: “上海市”
ec: {onInit: ƒ}
geoCoordMap: null
inputValue: 100
labelShow: false
mapName: “china”
personLocation: {
country: “中国”,
city: “上海市”,
latitude: 31.2304,
longitude: 121.474
}
wishDetail: null
}
但是console.log(this.data.personLocation) 却是undefined ,console.log(this.data.cityName) 是个空。
personLocation对象和cityName是通过后端服务获取的。
现在不明白通过后端获取的数据输出不了,通过预览模式则没有问题。求帮忙,谢谢