marker是Array类型,赋值的时候只能对整个数组进行更改赋值,不能只改变内部的对象,亲测Vue.$set()也不行
this.marker = [
{
latitude: 39.90,
longitude: 116.39,
iconPath: ‘../../../static/location.png‘
}
]
2023-11-06 21:07:16
marker是Array类型,赋值的时候只能对整个数组进行更改赋值,不能只改变内部的对象,亲测Vue.$set()也不行
this.marker = [
{
latitude: 39.90,
longitude: 116.39,
iconPath: ‘../../../static/location.png‘
}
]