in the vue project, I lost the latitude and longitude of Gaud"s api to Baidu in the methods method
AMap.convertFrom(this.list[i].lnglats, "baidu", function(meg, res) {
let _lnglats = [res.locations[0].lng, res.locations[0].lat]
//
this.transformLnglats.push(_lnglats)
console.log(this.transformLnglats)
console.log(this.transformLnglats[0])
}.bind(this))
if you agree in it, you can access the length and contents of the array.
but I can"t find the length and array inside. Why? The only difference of
is the one I marked red. What"s the difference between the two?